Y
Hacker News
new
|
ask
|
show
|
jobs
by
ori_b
2502 days ago
You're essentially implementing statically scheduled cooperative userspace threads on top of a single thread with async/await.
So, for computation, this is a bad solution.