reactive-0.10.3: Simple foundation for functional reactive programmingSource codeContentsIndex
FRP.Reactive.Internal.Timing
Stabilityexperimental
Maintainerconal@conal.net
Description
Synopsis
adaptE :: Sink (Event Action)
mkUpdater :: IO TimeT -> Behavior Action -> IO Action
sleepPast :: IO TimeT -> Sink TimeT
Documentation
adaptE :: Sink (Event Action)Source
Execute an action-valued event.
mkUpdater :: IO TimeT -> Behavior Action -> IO ActionSource
Make an action to be executed regularly, given a time-source and a action-behavior. The generated action is optimized to do almost no work during known-constant phases of the given behavior.
sleepPast :: IO TimeT -> Sink TimeTSource
Sleep past a given time
Produced by Haddock version 2.4.2