asio C++ library

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: asio/execution/schedule.hpp

Convenience header: asio/execution.hpp


PrevUpHomeNext