MCPcopy Index your code
hub / github.com/Cyinx/einx / AddTimer

Method AddTimer

module/module.go:92–94  ·  view source on GitHub ↗
(delay uint64, op TimerHandler, args ...interface{})

Source from the content-addressed store, hash-verified

90}
91
92func (this *module) AddTimer(delay uint64, op TimerHandler, args ...interface{}) uint64 {
93 return this.timer_manager.AddTimer(delay, op, args...)
94}
95
96func (this *module) RemoveTimer(timer_id uint64) bool {
97 return this.timer_manager.DeleteTimer(timer_id)

Callers

nothing calls this directly

Calls 1

AddTimerMethod · 0.65

Tested by

no test coverage detected