22 Jun
2015
22 Jun
'15
8:41 a.m.
2015-06-22 10:29 GMT+02:00 Rob Stewart
If there's only one kind of coroutine in coroutine2, why isn't it just named "coroutine"?
asymmetric_coroutine<> describes the coroutine type (assymetric transfer of execution control), but coroutine.hpp contains: template< typename T > using coroutine = asymmetric_coroutine< T >; so you could use coroutine<> if desired.