Closed rayaman closed 2 years ago
This was changed and a proxy was made for multi:newThread to thread:newThread so no changes have to be made on your end. However, threads on a processor that is paused will still run!
Threads on a processor that is stopped/paused will also halt! If you want a thread that is independent to what the processor is doing create it using thread:newThread(...)
This change is rather large and the main issue would be pumping the events. On surface level I could have all processors pump the thread scheduler regardless of where they are.
Might not be too difficult to do that. Either way this will not be coming out until version 16.x.x since it's a major change.Change ended up not being too difficult.