asio C++ library

PrevUpHomeNext

executor_work::~executor_work

Destructor.

~executor_work();

Unless the object has already been reset, or is in a moved-from state, calls on_work_finished() on the stored executor.


PrevUpHomeNext