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
Now in Coio, Coroutine is the minimum execution routine. It would be nice if we can have a coroutine_local! macro implementation just like thread_local! in std.
Implementation detail will be discussed later.
The text was updated successfully, but these errors were encountered:
Now in Coio, Coroutine is the minimum execution routine. It would be nice if we can have a
coroutine_local!
macro implementation just likethread_local!
instd
.Implementation detail will be discussed later.
The text was updated successfully, but these errors were encountered: