package
0.0.0-20200908093724-88f1b8619d07
Repository: https://github.com/spoke-d/task.git
Documentation: pkg.go.dev

# Functions

Wait represents an abstraction for waiting for a given function to be called and if it doesn't complete within a given time frame, an error is called and the context notes that it's done.
WithClock sets the sleeper on the options.
WithContext sets the sleeper on the options.

# Interfaces

Clock represents the passage of time in a way that can be faked out for tests.

# Type aliases

Option to be passed to Wait to customize the resulting instance.