pub trait Notifier: Send + Sync + Debug { fn notify(&self, id: NotificationId) -> Result; }
Represents the side that notifies
Notifies Poll
Poll