text-show-3.4.1.1: Efficient conversion of values into Text

Copyright(C) 2014-2016 Ryan Scott
LicenseBSD-style (see the file LICENSE)
MaintainerRyan Scott
StabilityProvisional
PortabilityGHC
Safe HaskellNone
LanguageHaskell2010

TextShow.Control.Concurrent

Contents

Description

Monomorphic TextShow functions for concurrency-related data types.

Since: 2

Synopsis

Documentation

showbThreadIdPrec :: Int -> ThreadId -> Builder Source #

Convert a ThreadId to a Builder with the given precedence.

Since: 2

showbThreadStatusPrec :: Int -> ThreadStatus -> Builder Source #

Convert a ThreadStatus to a Builder with the given precedence.

Since: 2

Orphan instances