Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
- data CommandController
- new :: IO CommandController
- take :: CommandController -> IO IOTCM
- release :: CommandController -> IO ()
- put :: CommandController -> IOTCM -> IO ()
Documentation
data CommandController Source #
release :: CommandController -> IO () Source #
Move the payload from the queue to the front Does not block if the front or the queue is empty