MCPcopy Create free account
hub / github.com/desertbit/timer / reschedule

Function reschedule

timers.go:85–91  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

83}
84
85func reschedule() {
86 // Do not block if there is already a pending reschedule request.
87 select {
88 case rescheduleC <- struct{}{}:
89 default:
90 }
91}
92
93func timerRoutine() {
94 var now time.Time

Callers 1

addTimerLockedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…