Using C++ Coroutines with Boost C++ Libraries

Vahe Minasyan

Last month, Jim Springfield wrote a great article on using C++ Coroutines with Libuv (a multi-platform C library for asynchronous I/O). This month we will look at how to use coroutines with components of Boost C++ libraries, namely boost::future and boost::asio.

Feedback usabilla icon