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.
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
maytheoretically promises better performance -- but is totally unsafe for now. I suppose we could expose only acospawnorgoor something and just swap it out oncemayis more safe?Looking for thoughts on this.