Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Cyinx/einx
/ Put
Method
Put
timer/timer_pool.go:26–29 ·
view source on GitHub ↗
(x *xtimer)
Source
from the content-addressed store, hash-verified
24
}
25
26
func
(t *timerPool) Put(x *xtimer) {
27
x.reset()
28
t.p = append(t.p, x)
29
}
Callers
2
delete_timer
Method · 0.45
execute
Method · 0.45
Calls
1
reset
Method · 0.45
Tested by
no test coverage detected