iohk-monitoring-0.1.10.1: logging, benchmarking and monitoring framework
Safe HaskellNone
LanguageHaskell2010

Cardano.BM.Backend.ProcessQueue

Documentation

processQueue :: TBQueue (Maybe (LogObject a)) -> (LogObject a -> b -> IO b) -> b -> (b -> IO ()) -> IO () Source #