Add event saturation notes

This commit is contained in:
Félix Saparelli 2021-09-28 22:52:59 +13:00
parent 30dae61a02
commit 6b306a15ab
No known key found for this signature in database
GPG Key ID: B948C4BAE44FC474
1 changed files with 2 additions and 0 deletions

View File

@ -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>,