Pipes.Concurrent

Inputs and Outputs

data Input a

data Output a

Pipe utilities

fromInput

toOutput

Actors

spawn

spawn'

withSpawn

data Buffer a

unbounded

bounded

latest

newest

Re-exports