Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
A clock that ticks without waiting. All time passed between ticks amounts to computation time, side effects, time measurement and framework overhead.
Instances
Clock IO Busy Source # | |
Defined in FRP.Rhine.Clock.Realtime.Busy startClock :: Busy -> IO (MSF IO () (TimeDomainOf Busy, Tag Busy), TimeDomainOf Busy) Source # | |
type TimeDomainOf Busy Source # | |
Defined in FRP.Rhine.Clock.Realtime.Busy | |
type Tag Busy Source # | |
Defined in FRP.Rhine.Clock.Realtime.Busy |