[ 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.