-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
Tracking Issue for #![feature(async_fn_traits)] #146790
Copy link
Copy link
Open
Labels
C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCCategory: An issue tracking the progress of sth. like the implementation of an RFCS-tracking-needs-summaryStatus: It's hard to tell what's been done and what hasn't! Someone should do some investigation.Status: It's hard to tell what's been done and what hasn't! Someone should do some investigation.T-langRelevant to the language teamRelevant to the language teamT-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.T-typesRelevant to the types team, which will review and decide on the PR/issue.Relevant to the types team, which will review and decide on the PR/issue.
Metadata
Metadata
Assignees
Labels
C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCCategory: An issue tracking the progress of sth. like the implementation of an RFCS-tracking-needs-summaryStatus: It's hard to tell what's been done and what hasn't! Someone should do some investigation.Status: It's hard to tell what's been done and what hasn't! Someone should do some investigation.T-langRelevant to the language teamRelevant to the language teamT-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.T-typesRelevant to the types team, which will review and decide on the PR/issue.Relevant to the types team, which will review and decide on the PR/issue.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Feature gate:
#![feature(async_fn_traits)]RFC: I couldn't find one.
Public API
This is a tracking issue for the methods and associated types of the
AsyncFnfamily of traits:std::ops::AsyncFnstd::ops::AsyncFnMutstd::ops::AsyncFnOnceThe traits themselves are stable, but it is not possible to implement them or (critically) write bounds on the returned future on stable.
Steps / History
(Remember to update the
S-tracking-*label when checking boxes.)AsyncFnfamily of traits #119305Unresolved Questions
Related:
# #62290Footnotes
https://std-dev-guide.rust-lang.org/feature-lifecycle/stabilization.html ↩