[ bianca ]
[ 源代码: haskell-broadcast-chan ]
软件包:libghc-broadcast-chan-dev(0.2.1.2-3 以及其他的)
libghc-broadcast-chan-dev 的相关链接
下载源码包 haskell-broadcast-chan:
- [haskell-broadcast-chan_0.2.1.2-3.debian.tar.xz]
- [haskell-broadcast-chan_0.2.1.2-3.dsc]
- [haskell-broadcast-chan_0.2.1.2.orig.tar.gz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
closable, fair, leak-avoidant, single-wakeup channel
A closable, fair, single-wakeup channel that avoids the 0 reader space leak that Control.Concurrent.Chan from base suffers from.
The Chan type from Control.Concurrent.Chan consists of both a read and write end combined into a single value. This means there is always at least 1 read end for a Chan, which keeps any values written to it alive. This is a problem for applications/libraries that want to have a channel that can have zero listeners.
This package provides a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell.
其他与 libghc-broadcast-chan-dev 有关的软件包
|
|
|
|
-
- dep: libc6 (>= 2.17) [arm64]
- GNU C Library: Shared libraries
同时作为一个虚包由这些包填实: libc6-udeb
- dep: libc6 (>= 2.2.5) [amd64]
-
- dep: libghc-base-dev-4.18.2.1-75247 [arm64]
- 本虚包由这些包填实: ghc
-
- dep: libghc-base-dev-4.18.2.1-8e81e [amd64]
- 本虚包由这些包填实: ghc
-
- dep: libghc-transformers-dev-0.6.1.0-5335d
- 本虚包由这些包填实: ghc
-
- dep: libghc-unliftio-core-dev-0.2.1.0-20198
- 本虚包由这些包填实: libghc-unliftio-core-dev
-
- dep: libgmp10 (>= 2:6.3.0+dfsg)
- Multiprecision arithmetic library