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

This is the documentation for an old version of boost. Click here for the latest Boost documentation.
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: boost/asio/execution/set_done.hpp

Convenience header: boost/asio/execution.hpp


PrevUpHomeNext