Closed
Description
This is a tracking issue for the ready!
macro.
The feature gate for the issue is #![feature(ready_macro)]
.
Steps / History
- Initial implementation in Add core::task::ready! macro #70817
- FCP
- Stabilization PR in Stabilize core::task::ready! #81050
- Reverting stabilization: Add
Poll::ready
and revert stabilization oftask::ready!
#89651 - FCP, second attempt
- Stabilization, second attempt
Unresolved Questions
- bug:
pub macro
defined in submodule is shown at the wrong pathpub macro
defined in submodule is shown at the wrong path #74355 - Use
.ready()
method instead? See Tracking Issue for poll.ready()? #89780
Metadata
Metadata
Assignees
Labels
Area: Async & AwaitArea: All kinds of macros (custom derive, macro_rules!, proc macros, ..)Async-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 considered "small" or self-containedLibs 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.