MCPcopy 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
14func init() {
15 go timerRoutine()
16}
17
18// Add the timer to the heap.
19func addTimer(t *Timer, d time.Duration) {

Callers

nothing calls this directly

Calls 1

timerRoutineFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…