asio C++ library

PrevUpHomeNext
posix::stream_descriptor_service::native_non_blocking (2 of 2 overloads)

Sets the non-blocking mode of the native descriptor implementation.

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

PrevUpHomeNext