Maven (famous)@lemmy.world to Programmer Humor@lemmy.ml · 1 year agoSTOP DOING ASYNClemmy.worldimagemessage-square63fedilinkarrow-up1717arrow-down139
arrow-up1678arrow-down1imageSTOP DOING ASYNClemmy.worldMaven (famous)@lemmy.world to Programmer Humor@lemmy.ml · 1 year agomessage-square63fedilink
minus-squarePlexSheep@feddit.delinkfedilinkarrow-up1·11 months agoTokio is for concurrency, not parallelism. Use it for IO stuff. They say rayon is good for that, but I haven’t used that. If you just want something simple, I’d recommend working with threadpool.
Tokio is for concurrency, not parallelism. Use it for IO stuff. They say rayon is good for that, but I haven’t used that. If you just want something simple, I’d recommend working with threadpool.