The Concurrency Utilities packages provide a powerful, extensible framework of high-performance threading utilities such as thread pools and blocking queues. This package frees the programmer from the need to craft these utilities by hand, in much the same manner the Collections Framework did for data structures. Additionally, these packages provide low-level primitives for advanced concurrent programming.
同步、异步、串行、并行
共享状态并发、消息传递并发
同步、异步、串行、并行
共享状态并发、消息传递并发
本文介绍Concurrency Utilities包提供的高性能线程工具,如线程池和阻塞队列等,这些工具解放了程序员手动创建这些组件的需求,类似于Collections Framework对数据结构的支持。此外,还提供了用于高级并发编程的低级原语。
1268

被折叠的 条评论
为什么被折叠?



