Paper/paper-server/patches/sources/net/minecraft
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
..
advancements remove more imports and cleanup 2024-12-15 12:51:34 -08:00
commands remove more imports and cleanup 2024-12-15 12:51:34 -08:00
core Fix bad method call in EquipmentDispenseItemBehavior 2024-12-16 11:34:20 +01:00
data/loot/packs net.minecraft.data.loot.packs 2024-12-14 18:44:19 +01:00
gametest/framework Fix tests 2024-12-16 11:54:00 +01:00
nbt net/minecraft/nbt 2024-12-14 17:35:55 -05:00
network Some fixes 2024-12-16 15:44:33 +01:00
resources net.minecraft.resources 2024-12-14 18:17:05 +01:00
server readd dropped event in InteractWithDoor 2024-12-16 17:29:46 +01:00
stats net/minecraft/stats/ 2024-12-14 16:29:32 -05:00
tags net.minecraft.tags 2024-12-14 19:06:58 +01:00
util net.minecraft.util.worldupdate 2024-12-14 19:37:37 +01:00
world readd dropped event in InteractWithDoor 2024-12-16 17:29:46 +01:00
ChatFormatting.java.patch net.minecraft 2024-12-14 19:06:58 +01:00
CrashReport.java.patch net.minecraft 2024-12-14 19:06:58 +01:00
CrashReportCategory.java.patch net.minecraft 2024-12-14 19:06:58 +01:00
Util.java.patch Use forkjoin thread pool for background executor 2024-12-16 08:31:15 -08:00