package
3.0.9+incompatible
Repository: https://github.com/google/mtail.git
Documentation: pkg.go.dev

# Functions

NewTest creates a new Waker to be used in tests, returning it and a function to trigger a wakeup.
No description provided by the author
NewTimed returns a new timedWaker that is shut down when the context is cancelled.

# Interfaces

A Waker is used to signal to idle routines it's time to look for new work.

# Type aliases

WakeFunc describes a function used by tests to trigger a wakeup of blocked idle goroutines under test.