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