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
To my best knowledge, coroutines work on the same thread.
Therefore, they share the same thread-local storage.
You can use malloc for local variables to avoid race conditions.
Any possibility to add support for thread (coroutine) local variables?
That would be very useful, thanks!
The text was updated successfully, but these errors were encountered: