$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Boost.Fiber review January 6-15
From: Oliver Kowalke (oliver.kowalke_at_[hidden])
Date: 2014-01-11 13:48:41
2014/1/11 Vicente J. Botet Escriba <vicente.botet_at_[hidden]>
> 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