fn watcher_callback(
sender: SyncSender<Event>,
ingress_sequence: Arc<AtomicU64>,
continuity_lost: Arc<AtomicBool>,
) -> impl FnMut(Result<Event>) + Send + 'staticExpand description
Convert native watcher callbacks into bounded ingress and continuity state.