$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [Fibers] Performance
From: Bjorn Reese (breese_at_[hidden])
Date: 2014-01-17 02:06:17
On 01/16/2014 05:28 PM, Giovanni Piero Deretta wrote:
> ... but we already have boost.coroutine for that ...
Yes, but once we want to coordinate between such continuations, whether
through condition variables or message queues, then we are right back
in fiber-land.