This package browser is in early development. Mind the rough edges.

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.

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.