Function scope

Source
pub fn scope<F>(value: usize, f: F) -> TaskLocalFuture<usize, F>
where F: Future,