gang-of-threads-3.1.0: Non-deterministic parallelism with bags

Safe HaskellSafe-Inferred

Control.Concurrent.Stack

Documentation

newStack :: IO (Stack a)Source

readStack :: Stack a -> IO aSource

writeStack :: Stack a -> a -> IO ()Source