11 Jan
2014
11 Jan
'14
6:48 p.m.
2014/1/11 Vicente J. Botet Escriba
Why do Boost.Fiber need to use Boost.Coroutine instead of using directly Boost.Context?
re-using code (which is already tested etc.)
It seems to me that the implementation would be more efficient if it uses Boost.Context directly as a fiber is not a coroutine, isn't it?
not really because you have to do all the stuff like boost.coroutine