Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Differences between Boost.Coroutine and Boost.Coroutine2

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

like image 994
grobx Avatar asked May 20 '16 10:05

grobx


1 Answers

Some differences:

  • Boost.Coroutine2 requires C++11
  • Boost.Coroutine provides symmetric and asymmetric coroutines, Boost.Coroutine2 only provides asymmetric coroutines.
like image 190
mindriot Avatar answered Sep 20 '22 17:09

mindriot