|
FRP.Reactive.Internal.Future | Stability | experimental | Maintainer | conal@conal.net |
|
|
|
|
|
Description |
Representation of future values
|
|
Synopsis |
|
|
|
|
Time & futures
|
|
|
Time used in futures. The parameter t can be any Ord type. The
added bounds represent -Infinity and +Infinity. Pure values have time
minBound (-Infinity), while never-occurring futures have time maxBound
(+Infinity).
|
|
|
A future value of type a with time type t. Simply a
time/value pair. Particularly useful with time types that have
non-flat structure.
| Constructors | | Instances | |
|
|
|
Apply a unary function within the FutureG representation.
|
|
|
Apply a binary function within the FutureG representation.
|
|
|
Run a future in the current thread. Use the given time sink to sync
time, i.e., to wait for an output time before performing the action.
|
|
Produced by Haddock version 2.3.0 |