#include "coroutine.hpp"
Macros | |
#define | reenter(c) BOOST_ASIO_CORO_REENTER(c) |
#define | yield BOOST_ASIO_CORO_YIELD |
#define | fork BOOST_ASIO_CORO_FORK |
#define fork BOOST_ASIO_CORO_FORK |
#define reenter | ( | c | ) | BOOST_ASIO_CORO_REENTER(c) |
#define yield BOOST_ASIO_CORO_YIELD |
Referenced by boost::detail::win32::sleep().