Closed
Description
The feature gate for the issue is #![feature(arc_mutate_strong_count)]
.
Steps
- Adjust documentation (see instructions on rustc-dev-guide)
- Stabilization PR (see instructions on rustc-dev-guide)
Unresolved Questions
- Can we improve the docs phrasing on
Arc::decr_strong_count
?
Implementation history
- Initial PR in Add Arc::{incr,decr}_strong_count #70733
- Stabilization PR in Stabilize Arc::{increment,decrement}_strong_count #79285
Metadata
Metadata
Assignees
Labels
Area: ConcurrencyBlocker: Implemented in the nightly compiler and unstable.Category: An issue tracking the progress of sth. like the implementation of an RFCLibs issues that are considered "small" or self-containedLibs issues that are tracked on the team's project board.Relevant to the library API team, which will review and decide on the PR/issue.