Improved comments

This commit is contained in:
Eric Traut
2026-01-27 00:21:37 -08:00
parent f780842e9c
commit 7d9728752c

View File

@@ -106,6 +106,8 @@ impl FileWatcher {
}
}
// Bridge `notify`'s callback-based events into the Tokio runtime and
// broadcast coarse-grained change signals to subscribers.
fn spawn_event_loop(
&self,
mut raw_rx: mpsc::UnboundedReceiver<notify::Result<Event>>,