netwire-4.0.2: Flexible wire arrows for FRP

MaintainerErtugrul Soeylemez <es@ertes.de>
Safe HaskellNone

Control.Wire.Prefab.Time

Contents

Description

Time wires.

Synopsis

Time

dtime :: Wire e m a TimeSource

Outputs the time delta to the last instant.

  • Depends: time.

time :: Wire e m a TimeSource

Outputs the current local time passed since the first instant.

  • Depends: time.

timeFrom :: Time -> Wire e m a TimeSource

Outputs the current local time passed since the first instant with the given offset.

  • Depends: time.