
21 Jun
2015
21 Jun
'15
11:34 a.m.
On 06/21/2015 11:31 AM, Andrey Semashev wrote:
Boost.ASIO depends on Boost.Coroutine, although I didn't dig deep enough to know strong the dependency is.
AFAIK, the integration with Boost.Asio is limited to a single header (<boost/asio/spawn.hpp>) which you only include if you want to use coroutines. This header is one of those "bridge headers" which does not really belong to either library. An integration between Boost.Asio and Boost.Coroutine2 can be done independently on Boost.Asio (just as it was done for Boost.Fiber.)