Function redgold_schema::task_local

source ·
pub fn task_local<K: Into<String>, V: Into<String>, F>(
    k: K,
    v: V,
    f: F
) -> TaskLocalFuture<HashMap<String, String>, F>where
    F: Future,