asio C++ library

PrevUpHomeNext

use_future

A completion token object that causes an asynchronous operation to return a future.

constexpr use_future_t use_future;

See the documentation for use_future_t for a usage example.

Requirements

Header: asio/use_future.hpp

Convenience header: asio.hpp


PrevUpHomeNext