BTW I think some anti-Rust people are more annoying than the worst Rust evangelists - seen some of them calling people not using Rust as “murderers”, because “memory leakage can kill at the right time” - but that’s due to them being evangelists to right-wing politics.


This is great until you want to use a library which is tokio exclusive, which is most of them.
Well you just need that crate :3
https://crates.io/crates/async-compat
Huh, that pretty cool actually. I need to play around and see if this works with gtk-rs, channels get fairly annoying if you need to use them a lot.
Keep in mind that it doesn’t remove tokio from the stack tho. Don’t use this to try to improve compilation time
I know, I read the description. It just looks like a nicer syntax around setting up a tokio runtime and sending code between runtimes. It’d still be nice to have a non-tokio options so stuff could be single threaded.