Fri, 23 Jan 2026 08:37:32 CST | login

Information for build ghc-concurrent-extra-0.7.0.12-1.ocs23

ID14462
Package Nameghc-concurrent-extra
Version0.7.0.12
Release1.ocs23
Epoch
Sourcegit+https://gitee.com/opencloudos-stream/ghc-concurrent-extra.git?.#26a1a75f9c48fb59af7eb0c56b42b946c05a323c
SummaryExtra concurrency primitives
DescriptionThe '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 signaling 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.
Built bybbrucezhang
State complete
Volume DEFAULT
StartedFri, 09 Aug 2024 10:17:52 CST
CompletedFri, 09 Aug 2024 10:20:30 CST
Taskbuild (dist-ocs23-epol9, /opencloudos-stream/ghc-concurrent-extra.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/ghc-concurrent-extra.git?.#origin/master'}}
Tags
dist-ocs23
dist-ocs23-epol9
epol9-test-compose
RPMs
src
ghc-concurrent-extra-0.7.0.12-1.ocs23.src.rpm (info) (download)
aarch64
ghc-concurrent-extra-0.7.0.12-1.ocs23.aarch64.rpm (info) (download)
ghc-concurrent-extra-devel-0.7.0.12-1.ocs23.aarch64.rpm (info) (download)
noarch
ghc-concurrent-extra-doc-0.7.0.12-1.ocs23.noarch.rpm (info) (download)
x86_64
ghc-concurrent-extra-0.7.0.12-1.ocs23.x86_64.rpm (info) (download)
ghc-concurrent-extra-devel-0.7.0.12-1.ocs23.x86_64.rpm (info) (download)
Logs
x86_64
installed_pkgs.log
build.log
state.log
hw_info.log
root.log
mock_output.log
noarch_rpmdiff.json
aarch64
root.log
state.log
installed_pkgs.log
hw_info.log
build.log
mock_output.log
noarch_rpmdiff.json
Changelog * Thu Aug 08 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.7.0.12-1 - initial build