Using Boost.Coroutine Another V - liujianping/boost-coro GitHub Wiki
- Support Platforms
The following platforms and compilers have been tested:
- Debian & Ubantu
- Dependences
- libev
- Boost.Pool & Boost.Function & Boost.Utilities & Boost.Bind
- Installation please read the README.
- Progame with the Current library
in your code, you should include the header file
#include <boost/coroutine/coroutine.hpp>
with the compile options:-lboost_coroutine -lboost_system -lpthread -lev