@hackage / SafeSemaphore

Much safer replacement for QSemN, QSem, and SampleVar

Latest0.10.1

About

Metadata

  • Last updated , by HerbertValerioRiedel
  • License BSD-3-Clause
  • Categories Concurrency
  • Maintained by: Chris Kuklewicz <haskell@list.mightyreason.com>

  • Lottery factor: 0

Links

Installation

Readme

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.