Enum bern_kernel::sync::Error [−][src]
pub enum Error {
WouldBlock,
TimeOut,
Poisoned,
OutOfMemory,
}Expand description
Common error type for all sync primitives
Variants
Would block task
Request timed out
Task holding the sync primitive panicked
Cannot allocate primitive