[ trixie ]
[ sid ]
[ Bron: golang-github-desertbit-timer ]
Pakket: golang-github-desertbit-timer-dev (1.0.1-2)
Verwijzigingen voor golang-github-desertbit-timer-dev
Debian bronnen:
Het bronpakket golang-github-desertbit-timer downloaden:
- [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]
Beheerders:
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
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.