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