MCPcopy 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
91func (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

RunMethod · 0.80
RunMethod · 0.80

Calls 3

UnixTSFunction · 0.85
nextWakeMethod · 0.80
executeMethod · 0.45

Tested by

no test coverage detected