wufei
wufei copied to clipboard
Handle Error Handling in Async Blocks
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