Closed rayaman closed 1 year ago
Should work with all objects now, does not support certain returns, threads and connection objects cannot be returned. Due to coroutines not being allowed to be transferred between threads
Custom objects you create will work too, you cannot set variables on an object. Only call functions!
A feature that could be used to interact with objects on another thread as if they were on the main thread.
Potential usage
If done right, we could have an easy way to interact with objects withing a thread and transfer data.