-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
Tracking Issue for SyncUnsafeCell #95439
Copy link
Copy link
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 RFCI-lang-radarItems that are on lang's radar and will need eventual work or consideration.Items that are on lang's radar and will need eventual work or consideration.T-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.
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 RFCI-lang-radarItems that are on lang's radar and will need eventual work or consideration.Items that are on lang's radar and will need eventual work or consideration.T-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.
Type
Fields
Give feedbackNo fields configured for issues without a type.
View all comments
Feature gate:
#![feature(sync_unsafe_cell)]This is a tracking issue for SyncUnsafeCell.
Public API
Steps / History
Unresolved Questions
Synconly ifTisSync, or should it unconditionally beSync?AssertThreadSafe(name TBD) – a more general API for lifting conservative!Sendor!Syncimplementations libs-team#322UnsafeCellin shared statics #152540