- Java 9 Programming Blueprints
- Jason Lee
- 45字
- 2021-07-02 18:56:27
Concurrency changes
As was done in Java 7, the Java architects revisited the concurrency libraries, making some much needed changes, this time in order to support the reactive-streams specification. These changes include a new class, java.util.concurrent.Flow, with several nested interfaces: Flow.Processor, Flow.Publisher, Flow.Subscriber, and Flow.Subscription.
推薦閱讀
- Boost.Asio C++ Network Programming(Second Edition)
- Python 3.7網絡爬蟲快速入門
- ThinkPHP 5實戰
- Java Web基礎與實例教程(第2版·微課版)
- Java加密與解密的藝術(第2版)
- FreeSWITCH 1.6 Cookbook
- AngularJS深度剖析與最佳實踐
- Scratch真好玩:教小孩學編程
- Blender 3D Incredible Machines
- JavaScript by Example
- R Data Science Essentials
- Building Business Websites with Squarespace 7(Second Edition)
- H5+移動營銷設計寶典
- 零基礎學SQL(升級版)
- PHP Microservices