$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] [fiber] ready for next review
From: Oliver Kowalke (oliver.kowalke_at_[hidden])
Date: 2015-12-02 16:19:37
As request, I'd like to announce that boost.fiber has addressed the
requests of the last review. Especially migrating fibers between threads is
supported - sub-directory 'examples' contains code demonstrating
work-sharing and work-stealing.
boost.fiber: github.com/olk/boost-fiber/tree/develop (branch develop)
requires boost.context (branch develop)
Oliver