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
It could be !Send, because there is a tokio::current_thread::runtime, which accepts !Send futures, however with Send marker you can put the future on a multithreaded executor. So you can create two versions: single_threaded_async_connect_on and multi_threaded_async_connect_on, but do you really need it?
Can't it just be single-threaded?
The text was updated successfully, but these errors were encountered: