Skip to main content

PyMutex

Type Alias PyMutex 

Source
pub type PyMutex<T> = PyMutex<T>;
๐Ÿ‘ŽDeprecated since 0.30.0:

moved to pyo3::sync::PyMutex

Expand description

Deprecated alias for crate::sync::PyMutex.

Aliased Typeยง

pub struct PyMutex<T> { /* private fields */ }