Brief feature description
While EINTR errnos are propagated as Interrupted or InterruptedBySignal error up in the stack, at some point they are converted to a generic InternalError.
In order to give the user a chance to react on this error, it needs to be communicated by a distinct error code like InterruptedBySignal up in the stack.
Brief feature description
While
EINTRerrnos are propagated asInterruptedorInterruptedBySignalerror up in the stack, at some point they are converted to a genericInternalError.In order to give the user a chance to react on this error, it needs to be communicated by a distinct error code like
InterruptedBySignalup in the stack.