Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/desertbit/timer
/ init
Function
init
timers.go:14–16 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
12
)
13
14
func
init() {
15
go
timerRoutine()
16
}
17
18
// Add the timer to the heap.
19
func
addTimer(t *Timer, d time.Duration) {
Callers
nothing calls this directly
Calls
1
timerRoutine
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…