network-mux-0.4.5.1: Multiplexing library
Safe HaskellSafe-Inferred
LanguageHaskell2010

Network.Mux.Bearer.AttenuatedChannel

Contents

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 explicitly.

Constructors

AttenuatedChannel 

Fields

data Attenuation Source #

Attenuation of a channel.

Trace

Utils