You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was hoping to use watchfiles, but it seems impossible to add or remove watches while iterating over changes. (?)
Such a feature would be useful for more complex programs where one coroutine or thread is responsible for deciding which directories to (un)watch, typically not recursively, while another part of the program is in charge of processing file system events.
The text was updated successfully, but these errors were encountered:
I was hoping to use watchfiles, but it seems impossible to add or remove watches while iterating over changes. (?)
Such a feature would be useful for more complex programs where one coroutine or thread is responsible for deciding which directories to (un)watch, typically not recursively, while another part of the program is in charge of processing file system events.
The text was updated successfully, but these errors were encountered: