Files
gobyexample/examples/timers/timers.sh
2025-05-16 19:02:15 -07:00

7 lines
178 B
Bash

# The first timer will fire ~2s after we start the
# program, but the second should be stopped before it has
# a chance to fire.
$ go run timers.go
Timer 1 fired
Timer 2 stopped