Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Tracking Issue for waker_getters #96992

Closed
Labels
A-async-awaitArea: Async & Await AsyncAwait-TriagedAsync-await issues that have been triaged during a working group meeting. C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFC I-async-nominatedNominated for discussion during an async working group meeting. T-libs-apiRelevant to the library API team, which will review and decide on the PR/issue. WG-asyncWorking group: Async & await disposition-mergeThis issue / PR is in PFCP or FCP with a disposition to merge it. finished-final-comment-periodThe final comment period is finished for this PR / Issue.
Milestone
@oxalica

Description

Feature gate: #![feature(waker_getters)]

This is a tracking issue for getters of data and vtable pointers for RawWaker, and the method to get RawWaker from Waker.

Public API

// core::task
impl RawWaker {
 pub fn data(&self) -> *const ();
 pub fn vtable(&self) -> &'static RawWakerVTable;
}
impl Waker {
 pub fn as_raw(&self) -> &RawWaker;
}

Steps / History

Unresolved Questions

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-async-awaitArea: Async & Await AsyncAwait-TriagedAsync-await issues that have been triaged during a working group meeting. C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFC I-async-nominatedNominated for discussion during an async working group meeting. T-libs-apiRelevant to the library API team, which will review and decide on the PR/issue. WG-asyncWorking group: Async & await disposition-mergeThis issue / PR is in PFCP or FCP with a disposition to merge it. finished-final-comment-periodThe final comment period is finished for this PR / Issue.

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      AltStyle によって変換されたページ (->オリジナル) /