Details for this torrent 

Veen R. Virtual Threads, Structured Concurrency, and Scoped Values...2024
Type:
Other > E-books
Files:
1
Size:
5.66 MiB (5935552 Bytes)
Uploaded:
2024-09-08 09:35 GMT
By:
andryold1
Seeders:
33
Leechers:
2

Info Hash:
00968941B575AE0314184C4A06D38CC03E0A6B0D




Textbook in PDF format

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.
By the end of this book, you will have a solid understanding of the concepts behind Project Loom and will be able to immediately apply this knowledge to your own code