Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

inline_or_executor::on_work_started

Inform the inline_or_executor that it has some outstanding work to do.

void on_work_started() const;

The inline_or_executor delegates this call to its underlying executor.


PrevUpHomeNext