-
Notifications
You must be signed in to change notification settings - Fork 43
Interesting! But where to start? #36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
this is a low-level lab, dirctly use https://github.com/Xudong-Huang/may |
@drmingdrmer generator-rs implements concurrency using a different approach than Rust's standard async/await (Futures) model. It provides the low-level building blocks for stackful coroutines, often also referred to as "green threads".
|
It looks like
generator-rs
implements concurrent programming in another way than thefuture
.Am I right?
I'd like to learn more about how it works. But I am not an expert in this area:(.
Where can I find some doc/reference about the way in which the generator is implemented?
Thanks a lot! :DDD
The text was updated successfully, but these errors were encountered: