Load My Chunks

Load My Chunks

9.9k Downloads

[TODO] Seriously Consider the Implications of Multithreading on some LMC Systems.

Drathonix opened this issue ยท 0 comments

commented

Relevant issues: #19 #12

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.