Hacker News new | ask | show | jobs
by jen20 1997 days ago
> Why wouldn't you use threading?

Because the C10^nK problem where n increases periodically is still a thing?

2 comments

I am not solving C10K problem.
Green threads.
Those are async tasks

Or rather -- async tasks are as close as you can get to green threads in rust without a runtime that would impose overhead on every program