-
Notifications
You must be signed in to change notification settings - Fork 24
Remove unstable Poll::ready #214
Copy link
Copy link
Closed
Labels
ACP-acceptedAPI Change Proposal is accepted (seconded with no objections)API Change Proposal is accepted (seconded with no objections)T-libs-apiapi-change-proposalA proposal to add or alter unstable APIs in the standard librariesA proposal to add or alter unstable APIs in the standard libraries
Metadata
Metadata
Assignees
Labels
ACP-acceptedAPI Change Proposal is accepted (seconded with no objections)API Change Proposal is accepted (seconded with no objections)T-libs-apiapi-change-proposalA proposal to add or alter unstable APIs in the standard librariesA proposal to add or alter unstable APIs in the standard libraries
Type
Fields
Give feedbackNo fields configured for issues without a type.
Proposal
Poll::readywas added as an experimental alternative totask::ready!, but was deemed to problematic because of the already existingTryimplementations forPoll(see rust-lang/rust#89780 for the relevant discussion). Fixing this would likely require changes over an edition, which seems unlikely aftertask::ready!was already stabilized, so I think we should just go ahead and removePoll::ready.Pull request: rust-lang/rust#107060