Name: | ghc-SafeSemaphore |
---|---|
Version: | 0.10.1 |
Release: | 42.el10_0 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 573191 |
License: | BSD-3-Clause |
RPM: | ghc-SafeSemaphore-0.10.1-42.el10_0.x86_64.rpm |
Source RPM: | ghc-SafeSemaphore-0.10.1-42.el10_0.src.rpm |
Build Date: | Tue May 20 2025 |
Build Host: | build-ol10-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://hackage.haskell.org/package/SafeSemaphore |
Summary: | Much safer replacement for QSemN, QSem, and SampleVar |
Description: | 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. |