MCPcopy Create free account
hub / github.com/encodeous/nylon / DelSync

Method DelSync

polyamide/device/timers.go:62–67  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

60}
61
62func (timer *Timer) DelSync() {
63 timer.Del()
64 timer.runningLock.Lock()
65 timer.Del()
66 timer.runningLock.Unlock()
67}
68
69func (timer *Timer) IsPending() bool {
70 timer.modifyingLock.RLock()

Callers 1

timersStopMethod · 0.80

Calls 1

DelMethod · 0.95

Tested by

no test coverage detected