Registry / utility / antlabs-timer

antlabs-timer

JSON →
library0.1.4gogounverified

A Go timer library providing efficient timer management.

go get github.com/antlabs/timer
INSTALL
IMPORT
SIG · ANTLABS-TIMER
A
antlabs-timer
utilitygov0.1.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

timer
github.com/antlabs/timer

Creates a timer that fires after 1000 milliseconds.

package main import "github.com/antlabs/timer" func main() { t := timer.NewTimer() t.AfterFunc(1000, func() { println("timer fired") }) select {} }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.4latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
25 hits · last 30 days
node
20
OpenAI (training)
2
Meta
1
Amazon
1
Resources
antlabs-timer — go get antlabs-timer · libregistry