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

So,this library is still based on stackless coroutines, right? #328

Open
GodGavin opened this issue Jan 26, 2025 · 1 comment
Open

So,this library is still based on stackless coroutines, right? #328

GodGavin opened this issue Jan 26, 2025 · 1 comment

Comments

@GodGavin
Copy link

GodGavin commented Jan 26, 2025

I had to say stackless coroutines is not human-friendly

@ihciah
Copy link
Member

ihciah commented Jan 26, 2025

Yes of course.
The stackless coroutines requires developers to care about whether the call will block and whether it will move (Pin-related concepts). But according to some points(and also in theory), stackless coroutines have better performance. The current Rust asynchronous ecosystem is basically oriented towards stackless coroutines.

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