pub fn with_critical_section2<F, R>(
a: &Bound<'_, PyAny>,
b: &Bound<'_, PyAny>,
f: F,
) -> Rwhere
F: FnOnce() -> R,👎Deprecated since 0.28.0: use pyo3::sync::critical_section::with_critical_section2 instead
Expand description
Deprecated alias for pyo3::sync::critical_section::with_critical_section2