同步与异步(Synchronous and Asynchronous in Concurrency)

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.


同步、异步、串行、并行
共享状态并发、消息传递并发

你可能感兴趣的:(thread,performance)