Tracking Issue for sync_poison
#134646
Labels
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
E-help-wanted
Call for participation: Help is requested to fix this issue.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
Feature gate:
#![feature(sync_poison)]
This is a tracking issue moving all poisonable
std::sync
types 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
Unresolved Questions
Related
nonpoison
versions of existingpoison
types: Tracking Issue forsync_nonpoison
andnonpoison_{condvar,mutex,once,rwlock}
#134645Footnotes
https://std-dev-guide.rust-lang.org/feature-lifecycle/stabilization.html ↩
The text was updated successfully, but these errors were encountered: