Home
last modified time | relevance | path

Searched refs:Notifier (Results 1 – 3 of 3) sorted by relevance

/xiu/library/streamhub/src/notify/
H A Dmod.rs2 pub struct Notifier { struct
10 impl Notifier { argument
/xiu/application/xiu/src/
H A Dservice.rs15 streamhub::{notify::Notifier, StreamsHub},
35 Some(Notifier::new( in run()
/xiu/library/streamhub/src/
H A Dlib.rs13 crate::notify::Notifier,
279 notifier: Option<Notifier>,
283 pub fn new(notifier: Option<Notifier>) -> Self { in new()