[clug] C++ Boost library, was coroutines in C

Alex Pollard alex at trevbus.org
Thu Jul 24 21:56:00 EST 2003


I don't know if it has anything specifically for coroutines, but the Boost 
library is a C++ library with cross-platform implementation. It has lots 
useful classes for wrapping up ugly bits and pieces like Mutexes and all 
sorts of other things.

http://www.boost.org/

Boost stretches the feature set of any compiler to the limit. If you check the 
regression testing page, you'll see GCC stacks up extremely well against MS 
Visual C++ and other commercial compilers.

http://boost.sourceforge.net/regression-logs

Alex



More information about the linux mailing list