delta-0.2.1.1: A library for detecting file changes

Safe HaskellNone
LanguageHaskell2010

System.Delta.FRPUtils

Documentation

data Ticker a Source

Constructors

Ticker 

periodical Source

Arguments

:: Int

Milliseconds

-> a

Item that is sent periodically

-> IO (Ticker a)