Files
PocketMine-MP/src/thread
Dylan K. Taylor 89d18f929f RakLibServer: fixed deadlock on thread crash
synchronized block -> getCrashInfo -> join -> synchronized on the same
context on the child thread -> deadlock

instead we check for isTerminated and then get the crash info outside
of the synchronized block.
2025-08-06 15:49:52 +01:00
..
2023-05-20 01:29:26 +01:00
2023-05-20 01:29:26 +01:00