snaggen@programming.dev to Rust@programming.devEnglish · 7 months agoBLOG: Why choose async/await over threads?notgull.netexternal-linkmessage-square4fedilinkarrow-up151arrow-down11cross-posted to: hackernews@lemmy.smeargle.fans
arrow-up150arrow-down1external-linkBLOG: Why choose async/await over threads?notgull.netsnaggen@programming.dev to Rust@programming.devEnglish · 7 months agomessage-square4fedilinkcross-posted to: hackernews@lemmy.smeargle.fans
minus-squareAlexlinkfedilinkarrow-up6·7 months agoI’m looking at Embassy too for a Pico project and combining it with a nostd mqtt implementation. However I need to understand Futures and if/how they relate to the async paradigm.
minus-squareTheAgeOfSuperboredom@lemmy.calinkfedilinkarrow-up4·7 months agoSounds fun! I assume you’re read the Async Book?
I’m looking at Embassy too for a Pico project and combining it with a nostd mqtt implementation. However I need to understand Futures and if/how they relate to the async paradigm.
Sounds fun! I assume you’re read the Async Book?
I have not, but I will now thanks.