Something we've been talking about for a while now is to add a `spawn_local` function to async-std because currently we don't have a way to spawn non-Send futures. Poll: Do you have a use for spawning non-Send futures? https://github.com/async-rs/async-std/issues/457 …
"I'd do", lmao. Anyway, poll stands. We've been thinking about this for a while, and asking about general interest seems useful. If there are specific uses, even better. Also if reading along: non-Send means smth is singlethreaded-only. Not everything can be made multithreaded.