reactive-0.10.5: Simple foundation for functional reactive programmingSource codeContentsIndex
FRP.Reactive.Internal.TVal
Stabilityexperimental
Maintainerconal@conal.net
Description
Timed values. A primitive interface for futures.
Synopsis
makeEvent :: Clock TimeT -> a :+-> Event a
Documentation
makeEvent :: Clock TimeT -> a :+-> Event aSource
Make a new event and a sink that writes to it. Uses the given clock to serialize and time-stamp.
Produced by Haddock version 2.4.2