fileutil: update watcher to use fsnotify and polling (#3663)

* fileutil: update watcher to use fsnotify and polling

* raise timeout

* maybe fix
This commit is contained in:
Caleb Doxsey 2022-10-19 09:13:08 -06:00
parent f44c85880b
commit e379e24c6b
9 changed files with 335 additions and 47 deletions

View file

@ -0,0 +1,2 @@
// Package chanutil implements methods for working with channels.
package chanutil