asio C++ library

PrevUpHomeNext

execution::set_done

A customisation point that delivers a done notification to a receiver.

constexpr unspecified set_done = unspecified;

The name execution::set_done denotes a customisation point object. The expression execution::set_done(R) for some subexpression R is expression-equivalent to:

Requirements

Header: asio/execution/set_done.hpp

Convenience header: asio/execution.hpp


PrevUpHomeNext