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.rs335 impl<T: 'static, F: Future> Future for TaskLocalFuture<T, F> { implementation
364 impl<T: 'static, F> fmt::Debug for TaskLocalFuture<T, F> implementation