MCPcopy Index your code
hub / github.com/beevik/timerqueue / event

TypeAlias event

example_test.go:10–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8)
9
10type event int
11
12func (e event) OnTimer(t time.Time) {
13 fmt.Printf(" Event %d executed at %v\n", int(e), t)

Callers 1

ExampleQueueFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected