Changes

Summary

  1. Use lightweight simple mutexes for locking - no need for reentrancy (commit: 6ba58a0) (details)
Commit 6ba58a0801bf168913527f43047ec0856c6a53ce by rallanpcl
Use lightweight simple mutexes for locking - no need for reentrancy

Signed-off-by: Ross Allan <[email protected]>
(commit: 6ba58a0)
The file was modifiedsrc/common/me/nallar/tickthreading/minecraft/tickregion/TileEntityTickRegion.java (diff)
The file was modifiedsrc/common/me/nallar/tickthreading/minecraft/patched/PatchMinecraftServer.java (diff)
The file was addedsrc/common/me/nallar/tickthreading/util/concurrent/SimpleMutex.java