-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Open
Labels
C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCCategory: 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.Relevant to the library API team, which will review and decide on the PR/issue.
Description
Feature gate: #![feature(arc_is_unique)]
This is a tracking issue for Arc::is_unique
, a function that allows determining whether there is exactly one strong count and zero weak counts to an Arc
.
Public API
// alloc::sync
impl<T> Arc<T> {
pub fn is_unique(this: &Self) -> bool;
}
Steps / History
- ACP: Expose
Arc::is_unique
libs-team#560 - Implementation: Add
Arc::is_unique
#138939 - Final comment period (FCP)1
- Stabilization PR
Unresolved Questions
- None yet.
Footnotes
Metadata
Metadata
Assignees
Labels
C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCCategory: 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.Relevant to the library API team, which will review and decide on the PR/issue.