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
The current async library works but really isn't nice to use. Errors inside tasks are impossible to handle and don't have meaningful stack traces.
Async functions should be able to fix both of these because the await expression would be able to do more than just save state and return.
await
More information will be added here later.
The text was updated successfully, but these errors were encountered:
Rohansi
No branches or pull requests
The current async library works but really isn't nice to use. Errors inside tasks are impossible to handle and don't have meaningful stack traces.
Async functions should be able to fix both of these because the
await
expression would be able to do more than just save state and return.More information will be added here later.
The text was updated successfully, but these errors were encountered: