Skip to main content

scope_cache

Function scope_cache 

Source
pub fn scope_cache<F: Future>(
    handle: Arc<CacheHandle>,
    f: F,
) -> impl Future<Output = F::Output>