Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

inline_or_executor::on_work_finished

Inform the inline_or_executor that some work is no longer outstanding.

void on_work_finished() const;

The inline_or_executor delegates this call to its underlying executor.


PrevUpHomeNext