Paper/paper-server/patches/sources/net
Spottedleaf 48be22a63e Use forkjoin thread pool for background executor
ForkJoin thread pools are specially handled with CompletableFuture.
Specifically, join()/get() calls will allow work stealing from other
fork join threads.

This fixes a deadlock where the worldgen worker is waiting on the
I/O worker.
2024-12-16 08:31:15 -08:00
..
minecraft Use forkjoin thread pool for background executor 2024-12-16 08:31:15 -08:00
neoforged/art/internal Replace copied RenamerImpl file with library patch 2024-12-15 20:40:28 -07:00