rhine-0.1.1.0: Functional Reactive Programming with type-level clocks
FRP.Rhine.Clock.Realtime.Busy
Synopsis
data Busy Source #
A clock that ticks without waiting. All time passed between ticks amounts to computation time, side effects, time measurement and framework overhead.
Constructors
Instances
Associated Types
type TimeDomainOf Busy :: * Source #
type Tag Busy :: * Source #
Methods
startClock :: Busy -> IO (MSF IO () (TimeDomainOf Busy, Tag Busy), TimeDomainOf Busy) Source #