
1 Nov
2008
1 Nov
'08
6:10 p.m.
Am Samstag, 1. November 2008 14:43:53 schrieb Mathias Gaunard:
k-oli@gmx.de wrote:
I've added Boost.Fiber to the boost vault. The library implements lightweight threads of execution (context swapping; fibers on Windows).
Are you aware that there is already a library in the work that does this, Boost.Coroutine?
Yes but it doesn't compile on my systems. I need a Fiber library for the threadpool library. Coroutines are a form of control flow and fibers are a systems-level construct.