__with_current

Function __with_current 

Source
pub(crate) fn __with_current<R>(
    f: impl FnOnce(&mut Thread) -> R,
) -> Result<R, usize>