reactive-0.11.5: Push-pull functional reactive programming

Stabilityexperimental
Maintainerconal@conal.net

FRP.Reactive.Internal.Timing

Description

 

Synopsis

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