fil@programming.dev to Rust@programming.devEnglish · 1 year agoAsync Rust Is A Bad Languagebitbashing.ioexternal-linkmessage-square9fedilinkarrow-up11arrow-down10cross-posted to: rust@lemmy.mlrustlang@lemmyrs.orghackernews@lemmy.smeargle.fanshackernews@derp.foo
arrow-up11arrow-down1external-linkAsync Rust Is A Bad Languagebitbashing.iofil@programming.dev to Rust@programming.devEnglish · 1 year agomessage-square9fedilinkcross-posted to: rust@lemmy.mlrustlang@lemmyrs.orghackernews@lemmy.smeargle.fanshackernews@derp.foo
minus-squarewim@lemmy.sdf.orglinkfedilinkarrow-up1·1 year agoThat’s a whole different thing to me. That’s not async, that’s channels and multithreading. I do that in Rust as well with mcsp channels and it’s been fine. It’s the async/await bit that I find incredibly akward all the time.
That’s a whole different thing to me. That’s not async, that’s channels and multithreading.
I do that in Rust as well with mcsp channels and it’s been fine.
It’s the async/await bit that I find incredibly akward all the time.