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?
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.