Virtual Threads, Structured Concurrency, and Scoped Values
Ron VeenDavid Vlijmincx
Broschiertes Buch

Virtual Threads, Structured Concurrency, and Scoped Values

Explore Java's New Threading Model

Versandkostenfrei!
Versandfertig in 1-2 Wochen
17,99 €
inkl. MwSt.
Weitere Ausgaben:
PAYBACK Punkte
9 °P sammeln!
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, ...