Tracking Issue for arc_is_unique
#138938
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(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 anArc
.Public API
Steps / History
Arc::is_unique
libs-team#560Arc::is_unique
#138939Unresolved Questions
Footnotes
https://std-dev-guide.rust-lang.org/feature-lifecycle/stabilization.html ↩
The text was updated successfully, but these errors were encountered: