FastAsyncWorldEdit/worldedit-bukkit/src
dordsor21 f10dbe7387
Use an object array for synchronising on internal chunk sections rather than the sections array itself.
- Synchronising on full sections synchronises on the global FULL instance (bad)
- Synchronising on empty sections synchronises on the local empty instance (bad)
- Leads to needless thread locking, and raises the possibility of cyclic locks considerably
2021-09-14 20:20:04 -04:00
..
main Use an object array for synchronising on internal chunk sections rather than the sections array itself. 2021-09-14 20:20:04 -04:00
test/java/com some codestyle application 2021-09-08 16:39:43 +01:00