Package-level declarations
Functions
Link copied to clipboard
fun <R> Program.watchingFile(file: File, valueChangedEvent: Event<R>? = null, requestStopEvent: Event<Unit>? = null, transducer: (File) -> R): FileWatcherDelegate<R>
Delegate value to a file watcher