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
I would really like to include lightweight coroutines and am wondering if rust_coroutines is the right balance of simplicity and performance. I am a little hesitant since may theoretically promises better performance -- but is totally unsafe for now. I suppose we could expose only a cospawn or go or something and just swap it out once may is more safe?
Looking for thoughts on this.
The text was updated successfully, but these errors were encountered:
I would really like to include lightweight coroutines and am wondering if rust_coroutines is the right balance of simplicity and performance. I am a little hesitant since
may
theoretically promises better performance -- but is totally unsafe for now. I suppose we could expose only acospawn
orgo
or something and just swap it out oncemay
is more safe?Looking for thoughts on this.
The text was updated successfully, but these errors were encountered: