Function scope

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