PaperMC/paper-server
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
..
patches Use forkjoin thread pool for background executor 2024-12-16 08:31:15 -08:00
src readd dropped event in InteractWithDoor 2024-12-16 17:29:46 +01:00
.gitignore Move to paperweight v2 2024-12-12 10:57:30 +01:00
build.gradle.kts More feature patches 2024-12-16 12:25:25 +01:00
LGPL.txt
LICENCE.txt