$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2008-05-22 14:03:06
Edd Dawson wrote:
> Hello,
>
> A while ago, I implemented the Boost.Thread API in terms of Windows
> Fibers and <uncontext.h> functionality. The result is the ability to
> run code written with boost threads in a single OS thread.
How is that different from boost.coroutine?