facebook/folly

What is the difference between fiber and c++20 coroutine?

Closed this issue · 1 comments

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?

These are very different things.