•  TehPers   ( @TehPers@beehaw.org ) 
    link
    fedilink
    English
    410 months ago

    I agree, I’ve written a lot of async rust and it’s rarely an issue for me. I have more issues with the generated futures and the traits they implement not matching what I need, meaning I often have to jump to manually created futures and pin-project (which isn’t too bad tbh but far more work than writing with async/await).