wufei icon indicating copy to clipboard operation
wufei copied to clipboard

Handle Error Handling in Async Blocks

Open ericmcbride opened this issue 5 years ago • 0 comments

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

ericmcbride avatar Feb 01 '20 12:02 ericmcbride