@hackage SafeSemaphore0.4.1
Much safer replacement for QSemN and QSem
Installation
Dependencies (1)
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 in base. Performance has not been compared. In the source is a tests/TestKillSem.hs executable (run by cabal test) that shows the problem with QSem.