fileneglect-0.0.0.1: Block thread until a file stops being modified

Copyright(c) 2016 Athan Clark
LicenseBSD-style
Maintainerathan.clark@gmail.com
Stabilityexperimental
PortabilityGHC
Safe HaskellSafe
LanguageHaskell2010

System.IDontNotify

Description

 

Synopsis

Documentation

neglectFile Source #

Arguments

:: FilePath

File to watch

-> Int

Decay threshold in picoseconds

-> IO () 

Block execution until a file stops misbehaving:

neglectFile "foo" 1000000

will wait until the modifications to file foo happen in an interval greater than one second.