Improved delayed task handling

Doug Lea dl at cs.oswego.edu
Fri Feb 21 15:18:46 UTC 2025


Hi all,

We're in the process of improving delayed task handling, mainly by 
adding a specialized lazily-constructed ScheduledExecutorService to 
ForkJoinPool. This will be used internally in Loom and 
CompletableFutures, but will also be available more generally. Details 
are in the openjdk PR at https://github.com/openjdk/jdk/pull/23702. 
Comments would be welcome -- at github before committing, on lists 
otherwise.

-Doug




More information about the concurrency-discuss mailing list