Lightweight, portable C++ fibers, MIT license

后端 未结 6 694
迷失自我
迷失自我 2021-02-03 11:15

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 Li

6条回答
  •  孤城傲影
    2021-02-03 11:26

    1. Libtask: MIT License
    2. Libconcurrency: LGPL (a little tighter than MIT, but it's a functional library!)

    Both are written for C.

提交回复
热议问题