Philly ETE 2021 — Project Loom: Modern Scalable Concurrency for the Java Platform — Ron Pressler
Abstract Concurrent applications, those serving multiple independent application actions simultaneously, are the bread and butter of Java server-side programming. The thread has been Java’s primary unit of concurrency since Java’s inception, and is a core construct around which the entire Java platform is designed, but its cost is such that it can no longer efficiently … Read More