We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
See executor.
The text was updated successfully, but these errors were encountered:
Also https://crates.io/crates/executor
Sorry, something went wrong.
Is it really necessary? Yes, it's beautiful, but the huge amount of closures in futures will dramatically increase the stack. Isn't it?
It's not necessary, but the callback-heavy nature of the Playdate API might make it the easiest course.
I think async closures tend to be allocated on the heap, since they outlive any single stack frame.
No branches or pull requests
See executor.
The text was updated successfully, but these errors were encountered: