Control.Concurrent.MState

The MState Monad

data MState t m a

runMState

evalMState

execMState

mapMState

mapMState_

modifyM

modifyM_

Concurrency

forkM

forkM_

killMState

waitM

Example