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

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.

Ecosystem
hackage.haskell.org
Latest Release
0.5.1
almost 16 years ago
Versions
23
Downloads
34,649 total
Dependent Packages
7
Dependent Repos
161
Links
Registry hackage.haskell.org
Source Repository
JSON API View JSON
CodeMeta codemeta.json
Package Details
PURL pkg:hackage/concurrent-extra
spec
License BSD-3-Clause
First Release about 16 years ago
Last Synced 17 days ago
Repository
Stars 17 on GitHub
Forks 5 on GitHub
Rankings on hackage.haskell.org
Overall Top 9.0%
Downloads Top 4.4%
Dependent packages Top 3.4%
Dependent repos Top 3.0%