#[doc(hidden)] pub struct ThreadCheckerImpl(ThreadId);
Expand description
Thread checker for #[pyclass(unsendable)]
types.
Panics when the value is accessed by another thread.
Tuple Fields§
§0: ThreadId
#[doc(hidden)] pub struct ThreadCheckerImpl(ThreadId);
Thread checker for #[pyclass(unsendable)]
types.
Panics when the value is accessed by another thread.
0: ThreadId