mirror of
https://github.com/openai/codex.git
synced 2026-04-24 22:54:54 +00:00
Improved comments
This commit is contained in:
@@ -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>>,
|
||||
|
||||
Reference in New Issue
Block a user