Virtual Threads, Structured Concurrency, and Scoped Values: Explore Java's New Thr... - Printable Version +- Softwarez.Info - Software's World! (https://softwarez.info) +-- Forum: Library Zone (https://softwarez.info/Forum-Library-Zone) +--- Forum: E-Books (https://softwarez.info/Forum-E-Books) +--- Thread: Virtual Threads, Structured Concurrency, and Scoped Values: Explore Java's New Thr... (/Thread-Virtual-Threads-Structured-Concurrency-and-Scoped-Values-Explore-Java-s-New-Thr) |
Virtual Threads, Structured Concurrency, and Scoped Values: Explore Java's New Thr... - AD-TEAM - 09-14-2024 pdf | 12.59 MB | English| Isbn:9798868804991 | Author: Ron Veen, David Vlijmincx | Year: 2024 Description: Quote:Discover the exciting new APIs introduced by Java's Project Loom. This quick guide covers all the essential concepts the Java developer needs in order to understand virtual threads, structured concurrency, and scoped values. Authors Ron Veen and David Vlijmincx clearly explain the superiority of virtual threads, introduced in Java 21, over the traditional Java threads of the past 25 years. Then they dive into how structured concurrency streamlines interactions by treating related threads as a unified unit of work, akin to the impact of structured programming on regular programming. From there, the authors explore the third Project Loom API and scoped values, clarifying their advantages over regular ThreadLocals and providing efficient usage insights. The book concludes with an exploration of common scheduling strategies. |