Hacker News new | ask | show | jobs
by titanomachy 20 days ago
It’s also important to distinguish between an os thread and a userspace thread. The author said “thread” without qualification, so I don’t know which he meant. Userspace threads can be many times lighter than processes.
1 comments

I think tokio does userspace threads running on a thread per core. At least by default.