Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 9.0% on hackage.haskell.org
Top 4.4% downloads on hackage.haskell.org
Top 3.4% dependent packages on hackage.haskell.org
Top 3.0% dependent repos on hackage.haskell.org

hackage.haskell.org : concurrent-extra

The concurrent-extra package offers among other things the following selection of synchronisation primitives: Broadcast: Wake multiple threads by broadcasting a value. Event: Wake multiple threads by signalling an event. Lock: Enforce exclusive access to a resource. Also known as a binary semaphore or mutex. The package additionally provides an alternative that works in the STM monad. RLock: A lock which can be acquired multiple times by the same thread. Also known as a reentrant mutex. ReadWriteLock: Multiple-reader, single-writer locks. Used to protect shared resources which may be concurrently read, but only sequentially written. ReadWriteVar: Concurrent read, sequential write variables. Please consult the API documentation of the individual modules for more detailed information. This package was inspired by the concurrency libraries of Java and Python.

Registry - Source - JSON
purl: pkg:hackage/concurrent-extra
Keywords: bsd3, concurrency, library, haskell
License: BSD-3-Clause
Latest release: almost 14 years ago
First release: about 14 years ago
Dependent packages: 7
Dependent repositories: 161
Downloads: 32,922 total
Stars: 17 on GitHub
Forks: 5 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 16 days ago

    Loading...
    Readme
    Loading...