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