$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] [fiber] mini review - symmetric a. asymmetric continuation
From: Oliver Kowalke (k-oli_at_[hidden])
Date: 2011-02-09 10:55:01
I've uploaded a new version to boost vault (section 'Concurrent
Programming') which contains to fiber implementations - sym_fiber
(symmetric fiber/continuation) and asym_fiber (asymmetric
fiber/continuation).
I'd like to ask for a mini review in order to get a bit feedback if the
design is appropriate.
Oliver