文件名称:Java 9 Concurrency Cookbook.2e
文件大小:4.01MB
文件格式:PDF
更新时间:2021-12-12 15:27:54
Java 9 Concurrency
This book covers the most important and useful mechanisms included in version 9 of the Java concurrency API, so you will be able to use them directly in your applications. The mechanisms are as follows: * Basic thread management * Thread synchronization mechanisms * Thread creation and management delegation with executors * Fork/Join framework to enhance the performance of your application * Parallel streams to process big sets of data in a parallel way, including the new Java 9 reactive streams * Data structures for concurrent programs * Adapting the default behavior of some concurrency classes to your needs * Testing Java concurrency applications