Lightweight, portable C++ fibers, MIT license

Jonas Byström picture Jonas Byström · Aug 17, 2009 · Viewed 11.4k times · Source

I would like to get ahold of a lightweight, portable fiber lib with MIT license (or looser). Boost.Coroutine does not qualify (not lightweight), neither do Portable Coroutine Library nor Kent C++CSP (both GPL).

Edit: could you help me find one? :)

Answer

Imagist picture Imagist · Aug 24, 2009
  1. Libtask: MIT License
  2. Libconcurrency: LGPL (a little tighter than MIT, but it's a functional library!)

Both are written for C.