Search code examples
c++boostboost-coroutineboost-coroutine2

Differences between Boost.Coroutine and Boost.Coroutine2


What are the main differences between Boost.Coroutine and Boost.Coroutine2 ?


Solution

  • Some differences:

    • Boost.Coroutine2 requires C++11
    • Boost.Coroutine provides symmetric and asymmetric coroutines, Boost.Coroutine2 only provides asymmetric coroutines.