$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Cooperative Multi-Tasking
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2010-03-04 09:34:02
Daniel Larimer wrote:
> Does anyone here know if Boost.Coroutine has variable (even compile time variable?) size stacks or what the default stack size of boost coroutine is? I would likely want to play with it. I remember reading someplace that on Windows you had no choice.
IIRC latest coroutine does its own context switching in assembly and
only depends on the OS for memory allocation.