Remove unstable Poll::ready
#214
Labels
ACP-accepted
API Change Proposal is accepted (seconded with no objections)
api-change-proposal
A proposal to add or alter unstable APIs in the standard libraries
T-libs-api
Proposal
Poll::ready
was added as an experimental alternative totask::ready!
, but was deemed to problematic because of the already existingTry
implementations 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
The text was updated successfully, but these errors were encountered: