Skip to content

Tracking Issue for task::Waker::update #98287

Closed as not planned
Closed as not planned
@SabrinaJewson

Description

@SabrinaJewson

Feature gate: #![feature(waker_update)]

This is a tracking issue for task::Waker::update, a shortcut function for replacing a waker while avoiding unnecessary clones (via will_wake).

Public API

// core::task

impl Waker {
    pub fn update(&mut self, other: &Waker);
}

Steps / History

Unresolved Questions

  • None yet.

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCT-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions