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: about 14 years ago
First release: over 14 years ago
Dependent packages: 7
Dependent repositories: 161
Downloads: 33,010 total
Stars: 17 on GitHub
Forks: 5 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 12 days ago

cachix 1.7.3
[Last Documentation] Package maintainers For package maintainers and hackage trustees Candid...
44 versions - Latest release: 24 days ago - 2 dependent packages - 2 dependent repositories - 8.8 thousand downloads total - 759 stars on GitHub - 1 maintainer
g2 0.2.0.0
A Haskell symbolic execution engine. For details, please see: https://github.com/BillHallahan/G2
3 versions - Latest release: 3 months ago - 1 dependent package - 2 dependent repositories - 892 downloads total - 1 maintainer
haskoin-node 1.1.0
Please see the README on GitHub at https://github.com/haskoin/haskoin-node#readme
68 versions - Latest release: 3 months ago - 1 dependent package - 1 dependent repositories - 28.3 thousand downloads total - 520 stars on GitHub - 2 maintainers
what4 1.5.1
What4 is a generic library for representing values as symbolic formulae which may contain referen...
9 versions - Latest release: 8 months ago - 9 dependent packages - 18 dependent repositories - 3.9 thousand downloads total - 147 stars on GitHub - 3 maintainers
tinkoff-invest-sdk 0.1.1.1
Haskell gRPC based SDK for Tinkoff Invest API V2
3 versions - Latest release: over 1 year ago - 156 downloads total - 7 stars on GitHub - 1 maintainer
calamity 0.1.10
Please see the README on GitHub at https://github.com/simmsb/calamity#readme
89 versions - Latest release: about 4 years ago - 2 dependent repositories - 40.5 thousand downloads total - 107 stars on GitHub - 1 maintainer
Top 8.8% on hackage.haskell.org
threads 0.3.1
This package provides functions to fork threads and wait for their result, whether it's an except...
21 versions - Latest release: over 13 years ago - 1 dependent package - 160 dependent repositories - 35.4 thousand downloads total - 27 stars on GitHub - 3 maintainers