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

Async/await syntax and library improvements #38

Open
Rohansi opened this issue May 28, 2015 · 0 comments
Open

Async/await syntax and library improvements #38

Rohansi opened this issue May 28, 2015 · 0 comments
Assignees

Comments

@Rohansi
Copy link
Owner

Rohansi commented May 28, 2015

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.

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

No branches or pull requests

1 participant