Tracking Issue for task::Waker::update
#98287
Labels
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
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 (viawill_wake
).Public API
Steps / History
Waker::clone_from
to avoid cloningWaker
s unnecessarily #96979Unresolved Questions
The text was updated successfully, but these errors were encountered: