WatchHandle

Handle to a running watcher task. Drop it (or call `Self::stop`) to unregister the callback.

Functions

Link copied to clipboard
open override fun close()
Link copied to clipboard
open override fun destroy()
Link copied to clipboard
open suspend override fun stop()

Stop the watcher, aborting the background task.