ouroboros-network-protocols:testlib
Safe HaskellNone
LanguageHaskell2010

Ouroboros.Network.Protocol.ChainSync.DirectPipelined

Documentation

directPipelined :: Monad m => ChainSyncServer header point tip m a -> ChainSyncClientPipelined header point tip m b -> m (a, b) Source #