$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [context/coroutine] split into two libs in trunk?!
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2012-04-13 13:21:22
On 13/04/12 18:28, Oliver Kowalke wrote:
> Am 13.04.2012 18:05, schrieb Mathias Gaunard:
>> AFAIK the HPX library, done by several people associated to Boost,
>> uses code derived from the old Boost.Coroutine for context switching.
> Boost.Coroutine from Giovanni uses ucontext_t on UNIX.
This is incorrect. ucontext is just one of the provided implementations.
There is also custom assembly for x86.
<https://svn.boost.org/svn/boost/sandbox/SOC/2006/coroutine/trunk/libs/coroutine/src/>