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

Handle Error Handling in Async Blocks #36

Open
ericmcbride opened this issue Feb 1, 2020 · 0 comments
Open

Handle Error Handling in Async Blocks #36

ericmcbride opened this issue Feb 1, 2020 · 0 comments

Comments

@ericmcbride
Copy link
Owner

https://rust-lang.github.io/async-book/07_workarounds/03_err_in_async_blocks.html

We need to handle errors correctly in async blocks. My quick pass on it i was getting
Box<dyn ::std::error::Error> can not be sent between threads safely

Will need to spend some more time on this

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

1 participant