| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
System.Delta.Poll
- data PollWatcher
- createPollWatcher :: Int -> FilePath -> IO PollWatcher
Documentation
data PollWatcher
Instances
Arguments
| :: Int | seconds interval |
| -> FilePath | path to watch |
| -> IO PollWatcher |
Watch files in this directory recursively for changes every n seconds.