Function futures::store_notify [] [src]

pub fn store_notify<T, E>(t: T) -> StoreNotify<T, E> where T: Any + Send + Sync + 'static, E: Send + 'static

A combinator to store some data into task-local storage.