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