split-tchan-0.1.0.0: STM's TChan split into sending and receiving halves.

Stabilityexperimental
MaintainerLeon P Smith <leon@melding-monads.com>
Safe HaskellSafe-Inferred

Control.Concurrent.STM.TChan.Split

Description

 

Documentation

send :: SendPort a -> a -> STM ()Source

unget :: ReceivePort a -> a -> STM ()Source