concurrent-utilities-0.2.0.1: More utilities and broad-used datastructures for concurrency.

Safe HaskellSafe
LanguageHaskell2010

Control.Concurrent.Datastructures.ThreadWaitQueue

Synopsis

Documentation

openWaitQueue :: ThreadWaitQueue -> IO () Source #

Open the queue. If the queue is already opened, nothing happens.