Constant lrs::socket::flags::SOCK_DONT_BLOCK

Sets the file descriptor to non-blocking.

Syntax

const SOCK_DONT_BLOCK: SockFlags = SockFlags(SOCK_NONBLOCK);

See also