ouroboros-network-framework
Safe HaskellNone
LanguageHaskell2010

Ouroboros.Network.InboundGovernor.InformationChannel

Synopsis

Documentation

data InformationChannel a (m :: Type -> Type) Source #

Information channel.

Constructors

InformationChannel 

Fields

newInformationChannel :: forall a m. MonadLabelledSTM m => m (InformationChannel a m) Source #

Create a new InformationChannel backed by a TBQueue.