Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

thread_pool::basic_executor_type::schedule

Schedule function.

sender_type schedule() const;

Do not call this function directly. It is intended for use with the execution::schedule customisation point.

Return Value

An object that satisfies the sender concept.


PrevUpHomeNext