Lightweight, portable C++ fibers, MIT license

后端 未结 6 622
迷失自我
迷失自我 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

    If Boost seems to heavy, helpful people have extracted the relevant parts of Boost (fcontext) as a standalone library, e.g. deboost.context.

提交回复
热议问题