Portability | unportable |
---|---|
Stability | unstable |
Maintainer | Jose A. Ortega Ruiz <jao@gnu.org> |
Safe Haskell | None |
Commands
Description
- data Command = Com Program Args Alias Rate
- class Show e => Exec e where
- tenthSeconds :: Int -> IO ()
Documentation
class Show e => Exec e where
tenthSeconds :: Int -> IO ()
Work around to the Int max bound: since threadDelay takes an Int, it is not possible to set a thread delay grater than about 45 minutes. With a little recursion we solve the problem.