Package-level declarations

Types

Link copied to clipboard
class FileWatcher(file: File, debounceMs: Long = 500, onReload: () -> Unit)

Watches a single file for modifications and triggers a debounced reload callback.