| Safe Haskell | None | 
|---|---|
| Language | Haskell2010 | 
FRP.Rhine.Clock.Realtime.Busy
Documentation
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 # | |
| Defined in FRP.Rhine.Clock.Realtime.Busy Methods 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 | |