| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
System.Touched.OnlyOne
Documentation
A wrapper over a process which allows only one instance of the process to be active at any one time.
old :: OnlyOne a b -> UTCTime -> Bool Source
Compare a process' launch time with a UTCTime, returning a Bool
specifying whether or not the process was launched prior to the time.