mirror of
https://github.com/watchexec/watchexec.git
synced 2024-11-13 07:41:11 +01:00
Add event saturation notes
This commit is contained in:
parent
30dae61a02
commit
6b306a15ab
1 changed files with 2 additions and 0 deletions
|
@ -162,6 +162,8 @@ async fn imp_worker(
|
|||
}
|
||||
}
|
||||
|
||||
// TODO: figure out how to prioritise signals.
|
||||
// TODO: also, figure out why event processing is stalling when the channel limit is reached (when there are lots of fs events).
|
||||
async fn send_event(
|
||||
errors: mpsc::Sender<RuntimeError>,
|
||||
events: mpsc::Sender<Event>,
|
||||
|
|
Loading…
Reference in a new issue