Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Documentation
newPulse :: DiffTime -> IO Pulse Source #
Create a new pulse that will send a heartbeat every DiffTime
seconds
destroyPulse :: Pulse -> IO () Source #
Destroy the pulse. Note that all pending waitForPulse
will be left blocked