network-mux-0.1.0.1: Multiplexing library
Safe Haskell None
Language Haskell2010

Network.Mux.Bearer.AttenuatedChannel

Synopsis

Documentation

data AttenuatedChannel m Source #

An AttenuatedChannel supports:

  • attenuation applied after reading a message from QueueChannel ;
  • two-way close handshake with 120s timeout. Read side is closed as soon as an internal MsgClose is received, write side has to be closed explicietly.

Trace

Utils