Home
last modified time | relevance | path

Searched defs:TaskLocalFuture (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/tokio/src/task/
Dtask_local.rs246 impl<T: 'static, F> TaskLocalFuture<T, F> { implementation
276 impl<T: 'static, F: Future> Future for TaskLocalFuture<T, F> { implementation