Clock
Namespace: Freckle
Parent Module: Types
The clock type, representing a clock that can generate the current time. To be used for FRP it must guarantee a that time is changed when time has actually changed (e.g. DateTime.Now does not guarantee this)
Union Cases
Union Case | Description |
Clock(Async<Time>)
Signature: Async<Time>
|
![]() ![]() |