rhine-0.4.0.4: Functional Reactive Programming with type-level clocks

Safe HaskellNone
LanguageHaskell2010

FRP.Rhine.Clock.Realtime.Busy

Synopsis

Documentation

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

Busy 
Instances
Clock IO Busy Source # 
Instance details

Defined in FRP.Rhine.Clock.Realtime.Busy

Associated Types

type TimeDomainOf Busy :: * Source #

type Tag Busy :: * Source #

type TimeDomainOf Busy Source # 
Instance details

Defined in FRP.Rhine.Clock.Realtime.Busy

type Tag Busy Source # 
Instance details

Defined in FRP.Rhine.Clock.Realtime.Busy

type Tag Busy = ()