$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Boost.Fiber - interruptible fibers
From: Vicente J. Botet Escriba (vicente.botet_at_[hidden])
Date: 2014-01-11 12:50:05
Le 06/01/14 14:07, Nat Goodspeed a écrit :
> Hi all,
>
> The review of Boost.Fiber by Oliver Kowalke begins today, Monday January
> 6th, and closes Wednesday January 15th.
>
> -----------------------------------------------------
Boost.Thread interruption feature adds some overhead to all the
synchronization functions that are interruption_points.
It is too late for Boost.Thread, but what do you think about having a
simple fiber class and an interruptible::fiber class?
Vicente