Unterschiede zwischen Boost.Coroutine und Boost.Coroutine2

8

Was sind die Hauptunterschiede zwischen Boost.Coroutine und Boost.Coroutine2 ?

    
roberti42 20.05.2016, 10:08
quelle

2 Antworten

7

Einige Unterschiede:

  • Boost.Coroutine2 erfordert C ++ 11
  • Boost.Coroutine bietet symmetrische und asymmetrische Coroutinen, Boost.Coroutine2 bietet nur asymmetrische Coroutinen.
mindriot 20.05.2016, 20:53
quelle
6
  • boost.coroutine2 ist das Folgeprojekt von boost.coroutine (boost.coroutine wird bald als veraltet gekennzeichnet)
  • boost.coroutine2 verwendet die Klasse execution_context von boost.context
  • boost.cortext wird mit der veralteten C-like fcontext-API von boost.context
  • implementiert
xlrg 13.06.2016 09:19
quelle