Add a watch point.
The path to watch
The events we should watch for. See details in Inotifier.
The delegate to be called when the events happen. Will be passed a Inotifier.Event struct. The code will run under a critical section, so it must not yield.
See Implementation
Add a watch point.