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

Support async closures #111

Open
dullbananas opened this issue Feb 3, 2025 · 2 comments
Open

Support async closures #111

dullbananas opened this issue Feb 3, 2025 · 2 comments

Comments

@dullbananas
Copy link

No description provided.

@nagisa
Copy link
Member

nagisa commented Feb 21, 2025

How would this even work, or why is this necessary when future's "stack" requirements are always statically known?

@dullbananas
Copy link
Author

Calling the non-async grow or maybe_grow function in the poll function might work.

This would help with avoiding stack overflows caused by recursive async functions.

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