rhine-0.7.1: Functional Reactive Programming with type-level clocks
Safe HaskellNone
LanguageHaskell2010

FRP.Rhine.Clock.Realtime.Busy

Description

A "Busy" clock that ticks without waiting.

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

Instances details
GetClockProxy Busy Source # 
Instance details

Defined in FRP.Rhine.Clock.Realtime.Busy

Clock IO Busy Source # 
Instance details

Defined in FRP.Rhine.Clock.Realtime.Busy

Associated Types

type Time Busy Source #

type Tag Busy Source #

type Time 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 = ()