Home
last modified time | relevance | path

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

/external/rust/crates/futures-task/src/
Dwaker_ref.rs14 pub struct WakerRef<'a> { struct
19 impl<'a> WakerRef<'a> { impl
41 impl Deref for WakerRef<'_> { implementation
/external/rust/crates/tokio/src/runtime/task/
Dwaker.rs10 pub(super) struct WakerRef<'a, S: 'static> { struct
15 /// Returns a `WakerRef` which avoids having to preemptively increase the argument
38 impl<S> ops::Deref for WakerRef<'_, S> { implementation
/external/rust/crates/tokio/src/util/
Dwake.rs19 pub(crate) struct WakerRef<'a> { struct
24 impl Deref for WakerRef<'_> { argument
/external/rust/crates/tokio/src/sync/task/
Datomic_waker.rs177 W: WakerRef, in do_register()
359 trait WakerRef { interface
374 impl WakerRef for &Waker { impl