asio C++ library

PrevUpHomeNext
datagram_socket_service::non_blocking (2 of 2 overloads)

Sets the non-blocking mode of the socket.

asio::error_code non_blocking(
    implementation_type & impl,
    bool mode,
    asio::error_code & ec);

PrevUpHomeNext