Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Control.Concurrent.Channel.Endless
Description
Tools for connecting communicating sequential processes (threads) with endless channels.
Many useful programs have no end to their input—they run in a steady state until killed. This module provides the same utilities as Control.Concurrent.Channel (see those docs), but for standard STM types we know and love.