Searched refs:Notifier (Results 1 – 3 of 3) sorted by relevance
2 pub struct Notifier { struct10 impl Notifier { argument
15 streamhub::{notify::Notifier, StreamsHub},35 Some(Notifier::new( in run()
13 crate::notify::Notifier,279 notifier: Option<Notifier>,283 pub fn new(notifier: Option<Notifier>) -> Self { in new()