Using Boost.Coroutine Another V - liujianping/boost-coro GitHub Wiki

  1. Support Platforms The following platforms and compilers have been tested:
    • Debian & Ubantu
  2. Dependences
    • libev
    • Boost.Pool & Boost.Function & Boost.Utilities & Boost.Bind
  3. Installation please read the README.
  4. 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