package
0.0.0-20171025115302-c1fcc63521a7
Repository: https://github.com/random-liu/k8s-stackdriver.git
Documentation: pkg.go.dev

# Functions

RunConcurrentlyUntil runs several stoppable functions in parallel and blocks until all of them are executed.

# Type aliases

StoppableFunc is a type of function that blocks on run, but can be stopped via stop channel passed as an argument.