6 ms·
Every executor (including tokio) supports spawning Futures that aren't Send: https://docs.rs/tokio/1.32.0/tokio/task/fn.spawn_local.html https://docs.rs/tokio/
by Pauan 3y ago
Every executor (including tokio) supports spawning Futures that aren't Send:
https://docs.rs/tokio/1.32.0/tokio/task/fn.spawn_local.html https://docs.rs/tokio/1.32.0/tokio/task/fn.spawn_local.html
There is a lot of misinformation in this thread, with people not knowing what they're talking about.