| Copyright | (C) 2014-2017 Ryan Scott |
|---|---|
| License | BSD-style (see the file LICENSE) |
| Maintainer | Ryan Scott |
| Stability | Provisional |
| Portability | GHC |
| Safe Haskell | None |
| Language | Haskell2010 |
TextShow.Control.Concurrent
Contents
Description
TextShow instances for concurrency-related data types.
Since: 2
Orphan instances
| TextShow ThreadId # | Since: 2 |
| TextShow BlockReason # | Since: 2 |
Methods showbPrec :: Int -> BlockReason -> Builder # showb :: BlockReason -> Builder # showbList :: [BlockReason] -> Builder # showtPrec :: Int -> BlockReason -> Text # showt :: BlockReason -> Text # showtList :: [BlockReason] -> Text # showtlPrec :: Int -> BlockReason -> Text # showtl :: BlockReason -> Text # showtlList :: [BlockReason] -> Text # | |
| TextShow ThreadStatus # | Since: 2 |
Methods showbPrec :: Int -> ThreadStatus -> Builder # showb :: ThreadStatus -> Builder # showbList :: [ThreadStatus] -> Builder # showtPrec :: Int -> ThreadStatus -> Text # showt :: ThreadStatus -> Text # showtList :: [ThreadStatus] -> Text # showtlPrec :: Int -> ThreadStatus -> Text # showtl :: ThreadStatus -> Text # showtlList :: [ThreadStatus] -> Text # | |