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::start

A customisation point that notifies an operation state object to start its associated operation.

constexpr unspecified start = unspecified;

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

Requirements

Header: boost/asio/execution/start.hpp

Convenience header: boost/asio/execution.hpp


PrevUpHomeNext