Boost C++ Libraries Home Libraries People FAQ More

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