Closed
Description
The feature gate for the issue is #![feature(future_poll_fn)]
.
Steps
- Adjust documentation (see instructions on rustc-dev-guide)
- Stabilization PR (Stabilize
future_poll_fn
#99306)
Unresolved Questions
- Should this be named
future::from_fn
instead?
Implementation history
- Initial implementation in Add core::future::{poll_fn, PollFn} #72303
Rename fromfuture::poll_fn
tofuture::from_fn
in Renamecore::future::poll_fn
tocore::future::from_fn
#76789- closed as it's ambiguous, see the discussion on that PR
Metadata
Metadata
Assignees
Labels
Area: Async & AwaitAsync-await issues that have been triaged during a working group meeting.Blocker: Implemented in the nightly compiler and unstable.Category: An issue tracking the progress of sth. like the implementation of an RFCLibs issues that are tracked on the team's project board.Relevant to the library API team, which will review and decide on the PR/issue.This issue / PR is in PFCP or FCP with a disposition to merge it.The final comment period is finished for this PR / Issue.