Copyright | (c) 2018 Daniel Taskoff |
---|---|
License | MIT |
Maintainer | daniel.taskoff@gmail.com, godzbanebane@gmail.com |
Stability | experimental |
Safe Haskell | Safe |
Language | Haskell2010 |
Control.Concurrent.SVar
Description
SVar
An SVar
(skip variable) is a variable which allows for non-blocking updates,
and blocking reads if the stored data has been read already, or if there is no data.