@hackage SafeSemaphore0.10.1
Much safer replacement for QSemN, QSem, and SampleVar
Installation
Dependencies (3)
- base >=4.4 && <5
- containers
- stm Show all…
Dependents (38)
@hackage/global, @hackage/lambdabot-irc-plugins, @hackage/cqrs, @hackage/roshask, @hackage/git-annex, @hackage/ircbot, Show all…
This provides a much safer semaphore than the QSem, QSemN, SampleVar in base. Those base modules are not exception safe and can be broken by killThread. See https://github.com/ChrisKuklewicz/SafeSemaphore for more details.