Type Definition rustpython_common::lock::PyThreadMutex

source ·
pub type PyThreadMutex<T> = ThreadMutex<RawMutex, RawThreadId, T>;