-
Notifications
You must be signed in to change notification settings - Fork 38.4k
Closed
Description
If a file is getting updated every 500ms and we need 1000ms to read that file we end up in a spot where we have too many file reads since they do not get canceled.
Optimally we would cancel an outdated file read if we need to read that file again.
Example program / large file can be found here #33378
fyi @alexandrudima
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
debtCode quality issuesCode quality issues