PaperMC/paper-server/patches
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
..
features readd dropped event in InteractWithDoor 2024-12-16 17:29:46 +01:00
resources/data/minecraft/loot_table/chests/trial_chambers First few files and initial rebuild 2024-12-13 16:52:45 +01:00
sources Use forkjoin thread pool for background executor 2024-12-16 08:31:15 -08:00