this post was submitted on 02 Jul 2026
-27 points (37.1% liked)
Programmer Humor
32158 readers
482 users here now
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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