You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: