Files
Paper/Spigot-Server-Patches/Fix-Chunk-Post-Processing-deadlock-risk.patch
Spottedleaf dc66fe2c49 Make sure the chunk conversion task is executed immediately
Appending to the tail of the chunk tasks leaves a
window for the chunk to be moved to a
non-ticking status.

Additionally, use CB's callback executor so we
can ensure that we are not incorrectly
scheduling.
2020-04-18 08:41:02 -07:00

4.8 KiB