Overview - liujianping/boost-coro GitHub Wiki
Boost.Coroutine Another version
1. use libcoro as the base for the coroutine transfer
2. use libev as the event trigger, and for the network reactor
3. this Version Coroutine Api is similar with the lua
4. this Version Coroutine support message send&recieve at the same thread, just like erlang
5. this Version Coroutine support cothread (cooperative thread, just like coroutine :) )
6. this Version Coroutine use this_coroutine & this_cothread namespace to get the current context, program more flexiable.