What is the difference between fiber and c++20 coroutine?
Closed this issue · 1 comments
cangfengzhs commented
I want to use the coroutine of c++20, but because of some restrictions, my compiler does not support c++20, so I want to know whether the folly::fiber is the same as coroutine?
yfeldblum commented
These are very different things.