Asio is a cross-platform C++ library for network and low-level I/O programming that provides developers with a consistent asynchronous model using a modern C++ approach.
Boost.Coroutine (optional) if you use spawn() to launch coroutines
OpenSSL (optional) if you use Asio's SSL support.
Boost.Regex (optional) if you use any of the read_until() or async_read_until() overloads that take a boost::regex parameter.
v1.32.0#0
All
BSL-1.0
Manifest