Sock::IsSelectable

Check if the underlying socket can be used for select(2) (or the Wait() method).

Synopsis

Declared in <util/sock.h>

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

Return Value

true if selectable

NOTE

The return value should not be discarded.