You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
okay so after some research and experimentation, i think green-threads could MAYBE work, but it would require a lot of reworking the after and after-every macros and im not sure it would really be worth it.
i'll leave this issue open for a reference, but im not going to implement anything
after
andafter-every
spawn system threads to provide functionality.also websocket-driver also spawns a thread to listen for events
AND FINALLY we have our main thread, thats actually running all the things.
i think it would be neat to be able to just contain everything in as few threads as possible, while still retaining our concurrency.
the
green-threads
system looks promising, but also it seems that they arent asynchronous, and just block. which kinda defeats the purpose of them lolThe text was updated successfully, but these errors were encountered: