Searched defs:LocalNotified (Results 1 – 1 of 1) sorted by relevance
238 pub(crate) struct LocalNotified<S: 'static> { struct239 task: Task<S>,240 _not_send: PhantomData<*const ()>,395 impl<S: Schedule> LocalNotified<S> { implementation