Searched defs:LocalNotified (Results 1 – 1 of 1) sorted by relevance
239 pub(crate) struct LocalNotified<S: 'static> { struct240 task: Task<S>,241 _not_send: PhantomData<*const ()>,389 impl<S: Schedule> LocalNotified<S> { impl