Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/task/
Dmod.rs240 pub(crate) struct LocalNotified<S: 'static> { struct
241 task: Task<S>,
242 _not_send: PhantomData<*const ()>,
430 impl<S: Schedule> LocalNotified<S> { impl