| commit | 61480192638ae9550e2cb19bda3d6e69140a2b77 | [log] [tgz] |
|---|---|---|
| author | Michal Terepeta <michalt@google.com> | Wed Sep 23 15:42:22 2020 +0200 |
| committer | Michal Terepeta <michalt@google.com> | Thu Sep 24 09:07:14 2020 +0200 |
| tree | 9f8d336be3cdeda38e6c258e4a055db91d114b28 | |
| parent | 4ddf84d408247fb5198fbd480a93c6eb28011f96 [diff] |
Implement the ability to register custom watcher implementations This allows registering a special-purpose factory that returns its own `Watcher` implementation that will take precedence over the default ones. The main motivation for this is handling of file systems that need custom code to watch for changes.