reenact-0.9: A reimplementation of the Reactive library.

Safe HaskellNone

Control.Reactive.Chan

Documentation

newtype Chan a Source

Constructors

Chan 

Fields

getChan :: TChan a
 

writeChan :: Chan a -> a -> IO ()Source