wouldHaveBlocked

@safe nothrow @nogc
bool
wouldHaveBlocked
()

Return Value

Type: bool

true if the last socket operation failed because the socket was in non-blocking mode and the operation would have blocked, or if the socket is in blocking mode and set a SNDTIMEO or RCVTIMEO, and the operation timed out.

Meta

Suggestion Box / Bug Report