network-mux
Safe HaskellNone
LanguageHaskell2010

Network.Mux.Bearer

Synopsis

Documentation

data Bearer (m :: Type -> Type) Source #

Low level access to underlying socket or pipe. There are three smart constructors:

Constructors

Bearer (TimeoutFn m -> SDU -> m Time) (TimeoutFn m -> m (SDU, Time)) SDUSize String 

newtype MakeBearer (m :: Type -> Type) fd Source #

Constructors

MakeBearer 

Fields