Struct rustpython_common::lock::RawThreadId
source · pub struct RawThreadId(_);
Trait Implementations§
source§impl GetThreadId for SingleThreadId
impl GetThreadId for SingleThreadId
source§fn nonzero_thread_id(&self) -> NonZeroUsize
fn nonzero_thread_id(&self) -> NonZeroUsize
Returns a non-zero thread ID which identifies the current thread of
execution.