mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-08 06:49:45 +00:00
This is now self-maintaining and doesn't rely on the async pool to wipe its ass on task completion. Instead, the garbage collector will cause thread-local data to be automatically released when the async task is garbage-collected on the main thread.