| Safe Haskell | Safe-Inferred |
|---|
GHC.RTS.Events.Analysis.Thread
Documentation
data ThreadState Source
This datatype defines the state machine for a single thread.
Constructors
| ThreadInitial | |
| ThreadQueued | |
| ThreadRunning | |
| ThreadStopped | |
| ThreadFinal |
Instances
threadMachine :: Machine ThreadState EventInfoSource
This state machine tracks the events processed by a thread.