Tracking Issue for atomic_try_update
#135894
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(atomic_try_update)]
This is a tracking issue for an infallible version of
AtomicT::fetch_update
as well as a new name for the existing fallible version.When and if this gets stabilized, the existing
fetch_update
should be marked as a deprecated alias fortry_update
.Public API
Steps / History
AtomicT::update
&AtomicT::try_update
#133829 (comment)AtomicT::update
&AtomicT::try_update
#133829Unresolved Questions
AtomicT::update
&AtomicT::try_update
#133829 (comment)Footnotes
https://std-dev-guide.rust-lang.org/feature-lifecycle/stabilization.html ↩
The text was updated successfully, but these errors were encountered: