[TODO] Seriously Consider the Implications of Multithreading on some LMC Systems.
Drathonix opened this issue ยท 0 comments
Multiple times, poor consideration of other mods using multithreading has caused issues with LMC's chunk data management system. It is possible that there are more places in LMC's codebase where an external multithreading implementation could result in misordering of execution on specific systems and cause unexpected behavior. Future updates need to be thread safe and most of the project should be analyzed for thread safety, especially mixins targeting vanilla world behavior.