grug, like all sane developer, fear concurrency

  • MarxGuns [comrade/them]
    ·
    1 year ago

    I didn't really get async until I saw it done in Rust. I still like using thread pools and plain old threads though. If you like C threading then you'd probably like Rust.