-
-
Notifications
You must be signed in to change notification settings - Fork 16k
Tracking Issue for LocalWaker #118959
Copy link
Copy link
Open
Labels
A-async-awaitArea: Async & AwaitArea: Async & AwaitC-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 RFCT-libsRelevant to the library team, which will review and decide on the PR/issue.Relevant to the library team, which will review and decide on the PR/issue.WG-asyncWorking group: Async & awaitWorking group: Async & await
Description
Activity
Metadata
Metadata
Assignees
Labels
A-async-awaitArea: Async & AwaitArea: Async & AwaitC-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 RFCT-libsRelevant to the library team, which will review and decide on the PR/issue.Relevant to the library team, which will review and decide on the PR/issue.WG-asyncWorking group: Async & awaitWorking group: Async & await
View all comments
Feature gate:
#![feature(local_waker)]This is a tracking issue for support for local wakers on
Context. This allows libraries to hold non thread safe data on their wakers, guaranteeing at compile time that the wakers will not be sent across threads. It includes aContextBuildertype for building contexts.Public API
Steps / History
Unresolved Questions
Relevant links
Sync#66481Footnotes
https://std-dev-guide.rust-lang.org/feature-lifecycle/stabilization.html ↩