asio C++ library

PrevUpHomeNext

executor_work::executor_work

Constructs a executor_work object for the specified executor.

explicit executor_work(
    const executor_type & e);
  » more...

Copy constructor.

executor_work(
    const executor_work & other);
  » more...

Move constructor.

executor_work(
    executor_work && other);
  » more...

PrevUpHomeNext