asio C++ library

PrevUpHomeNext

detached

A completion token object used to specify that an asynchronous operation is detached.

constexpr detached_t detached;

See the documentation for detached_t for a usage example.

Requirements

Header: asio/detached.hpp

Convenience header: asio.hpp


PrevUpHomeNext