本文介绍了轻量级,便携式C ++光纤,MIT许可证的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我想要获得一个轻量级,便携式光纤库与MIT许可证(或松动)。 Boost.Coroutine不合格(不轻量级),也不是便携式Coroutine库和Kent C ++ CSP(都是GPL)。
编辑:你能帮我找到一个? :)
解决方案
- :MIT许可证
- :LGPL(a比MIT稍微紧凑,但它是一个功能库。)
p>
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? :)
解决方案
- Libtask: MIT License
- Libconcurrency: LGPL (a little tighter than MIT, but it's a functional library!)
Both are written for C.
这篇关于轻量级,便携式C ++光纤,MIT许可证的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!