-
-
Notifications
You must be signed in to change notification settings - Fork 14.3k
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(atomic_ptr_null)]
This is a tracking issue for the constructor of a null atomic pointer.
Public API
impl<T> AtomicPtr<T> {
pub const fn null() -> Self {
Self::new(core::ptr::null_mut())
}
}Steps / History
(Remember to update the S-tracking-* label when checking boxes.)
- ACP: ACP: AtomicPtr::null() to create a null-initialized atomic pointer libs-team#715
- Implementation: Add AtomicPtr::null #150736
- 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.