ghc-safesemaphore 0.10.1
Exception safe semaphores
This library provides exception safe semaphores that can be used in place of QSem
, QSemN
, and SampleVar
, all of which are not exception safe and can be broken by killThread
.
- Outputs:
out
- Website: https://github.com/ChrisKuklewicz/SafeSemaphore
- Licenses: Modified BSD
- Package source: gnu/packages/haskell-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install ghc-safesemaphore 0.10.1
as follows:
guix install ghc-safesemaphore@0.10.1
Or install the latest version:
guix install ghc-safesemaphore
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.