
13 Apr
2012
13 Apr
'12
5:21 p.m.
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/>