Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
62
func
(timer *Timer) DelSync() {
63
timer.Del()
64
timer.runningLock.Lock()
65
timer.Del()
66
timer.runningLock.Unlock()
67
}
68
69
func
(timer *Timer) IsPending() bool {
70
timer.modifyingLock.RLock()
Callers
1
timersStop
Method · 0.80
Calls
1
Del
Method · 0.95
Tested by
no test coverage detected