Package timers is here just to register the k6/x/events module
Package monotime provides a monotonic timer for Go 1.2 Go 1.3 will support monotonic time on its own.
Package stopwatch provides a timer that implements common stopwatch functionality.
Package timerqueue provides a timer queue for a list of items that should be processed after a fixed duration of time from when they are added to the queue. All operations are safe for concurrent use.