Fixes an issue where if the underlying `Once` panics because it is poisoned, the panic displays the wrong message. Signed-off-by: Connor Tsui <connor.tsui20@gmail.com> |
||
|---|---|---|
| .. | ||
| barrier.rs | ||
| condvar.rs | ||
| lazy_lock.rs | ||
| lib.rs | ||
| mpmc.rs | ||
| mpsc.rs | ||
| mpsc_sync.rs | ||
| mutex.rs | ||
| once.rs | ||
| once_lock.rs | ||
| reentrant_lock.rs | ||
| rwlock.rs | ||