[ 源代码: haskell-stm-delay ]
软件包:libghc-stm-delay-dev(0.1.1.1-2 以及其他的)
libghc-stm-delay-dev 的相关链接
Debian 的资源:
下载源码包 haskell-stm-delay:
- [haskell-stm-delay_0.1.1.1-2.dsc]
- [haskell-stm-delay_0.1.1.1.orig.tar.gz]
- [haskell-stm-delay_0.1.1.1-2.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
updatable one-shot timer polled with STM
This library lets you create a one-shot timer, poll it using STM, and update it to ring at a different time than initially specified.
It uses GHC event manager timeouts when available, yielding performance similar to threadDelay and registerDelay. Otherwise, it falls back to forked threads and threadDelay.
This package provides a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell.
其他与 libghc-stm-delay-dev 有关的软件包
|
|
|
|
-
- dep: libc6 (>= 2.4)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: libghc-base-dev-4.13.0.0-5b8ba
- 本虚包由这些包填实: ghc
-
- dep: libghc-stm-dev-2.5.0.0-d009b
- 本虚包由这些包填实: ghc
-
- dep: libgmp10
- 多精度运算库
-
- sug: libghc-stm-delay-doc
- updatable one-shot timer polled with STM; documentation
-
- sug: libghc-stm-delay-prof
- updatable one-shot timer polled with STM; profiling libraries