Hacker News new | ask | show | jobs
by steveklabnik 2748 days ago
The latest tokio has a work-stealing threadpools, so you don’t need to explicitly do this anymore, IIRC.
1 comments

Neat! Do you know if there's anything in there resembling the rayon::join API? I didn't see anything on a cursory look.
I am not sure, to be honest. I've been waiting until everything settles down to really dig in.