Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Cyinx/einx
/ Execute
Method
Execute
timer/timer_manager.go:91–96 ·
view source on GitHub ↗
(count uint32)
Source
from the content-addressed store, hash-verified
89
}
90
91
func
(this *TimerManager) Execute(count uint32) int {
92
now := UnixTS()
93
wheel := this.timer_wheels[0]
94
wheel.execute(now, count)
95
return
wheel.nextWake()
96
}
Callers
2
Run
Method · 0.80
Run
Method · 0.80
Calls
3
UnixTS
Function · 0.85
nextWake
Method · 0.80
execute
Method · 0.45
Tested by
no test coverage detected