asio C++ library

PrevUpHomeNext
posix::descriptor::descriptor (1 of 3 overloads)

Construct a descriptor without opening it.

descriptor(
    asio::io_context & io_context);

This constructor creates a descriptor without opening it.

Parameters

io_context

The io_context object that the descriptor will use to dispatch handlers for any asynchronous operations performed on the descriptor.


PrevUpHomeNext