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

A customisation point that is used to obtain a sender from a scheduler.

constexpr unspecified schedule = unspecified;

The name execution::schedule denotes a customisation point object. For some subexpression s, let S be a type such that decltype((s)) is S. The expression execution::schedule(s) is expression-equivalent to:

Requirements

Header: boost/asio/execution/schedule.hpp

Convenience header: boost/asio/execution.hpp


PrevUpHomeNext