Skip to content
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

README update with relationship to current Rust? #81

Open
cameronelliott opened this issue Nov 16, 2022 · 1 comment
Open

README update with relationship to current Rust? #81

cameronelliott opened this issue Nov 16, 2022 · 1 comment

Comments

@cameronelliott
Copy link

Thank you for creating coroutine-rs

I'm just learning, but it seems Rust has some form of either:
coroutines, semiroutines or generators, as was implemented to build async/await into Rust.

Generators Pull Request
Claim futures/await is build upon generators/coroutines

It would be really lovely if the README had some explanatory text discussing the currently use cases for this package.
Where it shines, where it might make sense to use Rust core features.

It's really very hard to figure out the should I use features from this Crate, or build in Rust features as a newcomer to the Rust world.

@zonyitoo
Copy link
Contributor

This crate was created before Rust's builtin async/await feature was announced. It would be a lot nicer to use the builtin async/await.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants