[][src]Function rustc_rayon_core::tlv::with

pub fn with<F: FnOnce() -> R, R>(value: usize, f: F) -> R

Sets the current thread-local value to value inside the closure. The old value is restored when the closure ends