Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
10
type
event int
11
12
func
(e event) OnTimer(t time.Time) {
13
fmt.Printf(
" Event %d executed at %v\n"
, int(e), t)
Callers
1
ExampleQueue
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected