wouldBlock

private fnbool wouldBlock(int value) pure @safe nothrow @nogc

Check if an errno value indicates the operation would block.

Parameters

valueError number to check.

Returns

true if the error indicates non-blocking operation would block.