-
-
Notifications
You must be signed in to change notification settings - Fork 14.9k
Tracking Issue for sync_poison_mod #134646
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 RFCE-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.E-help-wantedCall for participation: Help is requested to fix this issue.Call for participation: Help is requested to fix this issue.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 RFCE-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.E-help-wantedCall for participation: Help is requested to fix this issue.Call for participation: Help is requested to fix this issue.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.
Feature gate:
#![feature(sync_poison_mod)]This is a tracking issue moving all poisonable
std::synctypes tostd::sync::poison, with reexports instd::sync. In a future edition, we will be able to instead reexportstd::sync::nonpoison(this module does not exist yet).Public API
Steps / History
std::sync::poisonand reexport them instd::sync#134692Unresolved Questions
Related
nonpoisonversions of existingpoisontypes: Tracking Issue forsync_nonpoisonandnonpoison_{condvar,mutex,rwlock}#134645LazyLockbe moved? Tracking Issue forsync_poison_mod#134646 (comment)std::sync::Mutexand other locks withstd::sync::nonpoisonversions #149359Footnotes
https://std-dev-guide.rust-lang.org/feature-lifecycle/stabilization.html ↩