
3 Jun
2005
3 Jun
'05
5:22 a.m.
Rene Rivera wrote:
Giovanni P. Deretta wrote:
Speaking of more Boost centric stuff? There has been any proposal of a coroutine library? I think it should definitely be useful and not really that hard to implement (fibers on windows and makecontext or the setjump/sigaltstack trick on unices). Anyone interested?
Can I have it yesterday?
I'm serious.. The closest I've seen to something I could use is: http://state-threads.sourceforge.net/
I remember Daniel James had written a coroutine library. Here's the message: http://lists.boost.org/boost/2005/01/18687.php. The code is available here, but doesn't appear to be well documented: ttp://myweb.tiscali.co.uk/calamity/code/coroutines.tar.gz. Jonathan