-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
Add WouldBlock error kind to IoError #16666
Copy link
Copy link
Closed
Labels
I-needs-decisionIssue: In need of a decision.Issue: In need of a decision.
Milestone
Description
I'm working on a non-blocking IO lib for rust. It would be very helpful to have an error kind that clearly indicates the retry semantics of non-blocking IO.
I believe that currently EAGAIN and EWOULDBLOCK are mapped to ResourceUnavailable but that does not clearly indicate the would block / retry semantics.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
I-needs-decisionIssue: In need of a decision.Issue: In need of a decision.
Type
Fields
Give feedbackNo fields configured for issues without a type.