Copyright | (C) 2014-2016 Ryan Scott |
---|---|
License | BSD-style (see the file LICENSE) |
Maintainer | Ryan Scott |
Stability | Provisional |
Portability | GHC |
Safe Haskell | None |
Language | Haskell2010 |
Monomorphic TextShow
functions for concurrency-related data types.
Since: 2
- showbThreadIdPrec :: Int -> ThreadId -> Builder
- showbThreadStatusPrec :: Int -> ThreadStatus -> Builder
- showbBlockReason :: BlockReason -> Builder
Documentation
showbThreadStatusPrec :: Int -> ThreadStatus -> Builder Source #
Convert a ThreadStatus
to a Builder
with the given precedence.
Since: 2
showbBlockReason :: BlockReason -> Builder Source #
Convert a BlockReason
to a Builder
.
Since: 2