[ trixie ]
[ sid ]
[ 源代码: golang-github-desertbit-timer ]
软件包:golang-github-desertbit-timer-dev(1.0.1-2)
golang-github-desertbit-timer-dev 的相关链接
Debian 的资源:
下载源码包 golang-github-desertbit-timer:
- [golang-github-desertbit-timer_1.0.1-2.dsc]
- [golang-github-desertbit-timer_1.0.1.orig.tar.gz]
- [golang-github-desertbit-timer_1.0.1-2.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
Go Timer implementation with a fixed Reset behavior (library)
This library provide a lightweight timer implementation which is a drop-in replacement for Go's Timer. Reset behaves as one would expect and drains the timer.C channel automatically. The core design of this package is similar to the original runtime timer implementation.