Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
55
func
(timer *Timer) Del() {
56
timer.modifyingLock.Lock()
57
timer.isPending = false
58
timer.Stop()
59
timer.modifyingLock.Unlock()
60
}
61
62
func
(timer *Timer) DelSync() {
63
timer.Del()
Callers
5
DelSync
Method · 0.95
expiredRetransmitHandshake
Function · 0.80
timersAnyAuthenticatedPacketSent
Method · 0.80
timersAnyAuthenticatedPacketReceived
Method · 0.80
timersHandshakeComplete
Method · 0.80
Calls
1
Stop
Method · 0.65
Tested by
no test coverage detected