Working with the future tools.
Using C++ Coroutines with Boost C++ Libraries
by Eric Battalio
From the article:
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...
Add a Comment
Comments are closed.