Feature gate: #![feature(mutex_unpoison)]
This is a tracking issue for functions to clear the poisoned flag on Mutex and RwLock.
Public API
// std::sync
impl<T: ?Sized> Mutex<T> {
pub fn clear_poison(&self);
}
impl<T: ?Sized> RwLock<T> {
pub fn clear_poison(&self);
}
Steps / History
Unresolved Questions
Feature gate:
#![feature(mutex_unpoison)]This is a tracking issue for functions to clear the poisoned flag on
MutexandRwLock.Public API
Steps / History
Unresolved Questions