Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

PrevUpHomeNext

use_awaitable

A completion token object that represents the currently executing coroutine.

constexpr use_awaitable_t use_awaitable;

See the documentation for use_awaitable_t for a usage example.

Requirements

Header: boost/asio/use_awaitable.hpp

Convenience header: boost/asio.hpp


PrevUpHomeNext