Set the non‐blocking option on the socket.

Synopsis

Declared in <util/sock.h>

[[nodiscard]]
virtual
bool
SetNonBlocking() const;

Return Value

true if set successfully

Note

The return value should not be discarded.

Created with MrDocs