Struct std::thread::internal::ThreadHandle
Ref-counted additional data associated with an Alumina thread
Fields
-
-
thread_info: &mut ThreadInfo
-
catch_panic: bool
-
panicked: bool
-
Methods
impl ThreadHandle<T> { ... }
-
fn new(detached: bool, catch_panic: bool) -> ThreadHandle<T>
-
fn pop(self: &mut ThreadHandle<T>) -> bool
-
fn free(self: &mut ThreadHandle<T>)