meta-par-0.3: Provides the monad-par interface, but based on modular scheduler "mix-ins".

Safe HaskellSafe-Infered

Control.Monad.Par.Meta.Resources.Debugging

Synopsis

Documentation

dbgTaggedMsg :: Int -> ByteString -> IO ()Source

dbgTaggedMsg is our routine for logging debugging output:

dbgCharMsg :: Int -> ByteString -> ByteString -> IO ()Source

dbgCharMsg is for printing a small tag like . (with no line termination) which produces a different kind of visual output. dbgCharMsg :: Int -> String -> String -> IO ()