Enum std::thread::JoinErrorKind
Variants
-
Os
Error occured while performing a thread operation. This can happen e.g. if the thread was terminated by a signal or if the resource limit for threads was reached.
-
Panic
The thread panicked in Alumina code.
Methods
impl JoinErrorKind { ... }
-
fn equals(self: &JoinErrorKind, other: &JoinErrorKind) -> bool
Mixins
impl JoinErrorKind { ... }
-
mixin Equatable<JoinErrorKind>
-
Returns
false
if arguments are equal,true
otherwise