resourceTemporarilyUnavailable
Resource temporarily unavailable.
Declaration
static var resourceTemporarilyUnavailable: Errno { get }Mentioned in
Discussion
This is a temporary condition; later calls to the same routine may complete normally. Make the same function call again later.
The corresponding C error is EAGAIN.