| Name: | ghc-SafeSemaphore |
|---|---|
| Version: | 0.9.0 |
| Release: | 2.el7 |
| Architecture: | x86_64 |
| Group: | Unspecified |
| Size: | 470887 |
| License: | BSD |
| RPM: | ghc-SafeSemaphore-0.9.0-2.el7.x86_64.rpm |
| Source RPM: | ghc-SafeSemaphore-0.9.0-2.el7.src.rpm |
| Build Date: | Tue Nov 21 2017 |
| Build Host: | x86-ol6-builder-04.us.oracle.com |
| Vendor: | Oracle America |
| URL: | http://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. |