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

Method Del

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

Source from the content-addressed store, hash-verified

53}
54
55func (timer *Timer) Del() {
56 timer.modifyingLock.Lock()
57 timer.isPending = false
58 timer.Stop()
59 timer.modifyingLock.Unlock()
60}
61
62func (timer *Timer) DelSync() {
63 timer.Del()

Calls 1

StopMethod · 0.65

Tested by

no test coverage detected