asio C++ library

PrevUpHomeNext

io_context::strand::strand

Constructor.

explicit strand(
    asio::io_context & io_context);
  » more...

Copy constructor.

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

PrevUpHomeNext