simple-pipe-0.0.0.20: simple pipeline library like conduit

Safe HaskellSafe-Inferred

Data.Pipe.TChan

Documentation

fromTChans :: MonadBaseControl IO m => [TChan a] -> Pipe () a m ()Source

toTChan :: MonadBaseControl IO m => TChan a -> Pipe a () m ()Source