Classes | |
class | boost::asio::coroutine |
Provides support for implementing stackless coroutines. More... | |
class | boost::asio::detail::coroutine_ref |
Namespaces | |
boost | |
Duration formatting facet for input. | |
boost::asio | |
boost::asio::detail | |
Macros | |
#define | BOOST_ASIO_CORO_REENTER(c) |
#define | BOOST_ASIO_CORO_YIELD_IMPL(n) |
#define | BOOST_ASIO_CORO_FORK_IMPL(n) |
#define | BOOST_ASIO_CORO_YIELD BOOST_ASIO_CORO_YIELD_IMPL(__LINE__) |
#define | BOOST_ASIO_CORO_FORK BOOST_ASIO_CORO_FORK_IMPL(__LINE__) |
#define BOOST_ASIO_CORO_FORK BOOST_ASIO_CORO_FORK_IMPL(__LINE__) |
#define BOOST_ASIO_CORO_FORK_IMPL | ( | n | ) |
#define BOOST_ASIO_CORO_REENTER | ( | c | ) |
#define BOOST_ASIO_CORO_YIELD BOOST_ASIO_CORO_YIELD_IMPL(__LINE__) |
#define BOOST_ASIO_CORO_YIELD_IMPL | ( | n | ) |