pub async fn scope<F>(epoch: EpochPair, f: F) -> F::Outputwhere F: Future,
Provides the given epoch pair in the task local storage for the scope of the given future.