$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Pavel Vozenilek (pavel_vozenilek_at_[hidden])
Date: 2005-01-08 18:13:08
"christopher diggins" wrote:
>> Allow the two functions to be run as coroutines, and you'll have
>> something really interesting.
>
> That would be quite feasable I believe using boost::threads. I think that
> this would make most sense as a separate class, i.e.
>
It could be made even w/o threads, using some cooperative
model of execution.
Stephen Dewhurst gave example of such way in
http://www.semantics.org/once_weakly/w11_judgement.pdf
/Pavel