Y
Hacker News
new
|
ask
|
show
|
jobs
by
feverzsj
634 days ago
I think Op's lib is for fork-join style parallel algorithms. It's like TBB but is based on continuation stealing. Boost.Cobalt and cppcoro are general coroutine libs. They are mostly used for async IO programming.