Modern, Scalable Concurrency for the Java Platform

In this session learn about Project Loom, which aims to reinstate the thread as an efficient unit of concurrency by adding a lightweight implementation of threads to the Java platform. An Oracle Developer Live - Java Innovation Session presented by Ron Pressler - Consulting Member of the Technical Staff, Oracle ➱ ⎯⎯⎯⎯⎯⎯ Chapters ⎯⎯⎯⎯⎯⎯ 00:00 Introduction 00:46 Why Loom exists? 07:15 Asynchronous Programming Style 10:08 Introducing Project Loom and Virtual Threads 12:09 How de we use Virtual Threads? 14:02 How can I limit Concurrent Access to a Limited Resource? 15:44 How do I know if I need Virtual Threads or Platform Threads? 17:00 High-level Implementation Concepts 18:00 What about Serviceability? 20:02 Structured Concurrency 21:52 Give Loom a try! ⎯⎯⎯⎯⎯⎯ Resources ⎯⎯⎯⎯⎯⎯ ◦ Loom Early Access builds ➱ ◦ Loom mailing list ➱ ◦ Loom Wiki ➱
Back to Top