Lightweight threads (Project Loom) for massive concurrency.
Virtual threads (Project Loom) provide lightweight threads that allow creating a large number of concurrent tasks without the resource overhead of platform threads. They simplify writing concurrent code by keeping familiar blocking APIs while scaling efficiently.
Executors.newVirtualThreadPerTaskExecutor()