Closed rayaman closed 2 years ago
Both system threaded functions working with one exception, pushStatus is currently not working. This is a feature that can be implemented! It will take some time to plan things out.
pushStatus working for lanes, todo finish love2d
There are other issues other than pushstatus, looks like pseudo threading hasn't been updated with some of the new features as well. I will work on this.
Love2d THREAD:pushStatus(...)
working. Testing needs to be done with threads to ensure fix doesn't break something else.
Todo: look into pseudo threading and ensure that matches up with all features that are available.
It works, it all works :D
Mostly working, only thing left for the love2d functions is to get waiting working. Might have to rework that feature entirely or prevent it. Currently pumping the love events and making sure that's working is probably not the best idea.
Also threads are not dying properly thus not returning valuesThey were dying properly I just wasn't not thinking