Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Consistently ¶
Consistently checks that `fn' consistently returns no error each `tick' for `duration'. It returns an error if any call to `fn' errors in the given time window.
func Eventually ¶
Eventually checks that `fn' eventually stops erroring, by calling `fn' every `tick' until it times out after `duration'. It returns nil if `fn' stops erroring, otherwise the last error from `fn' is returned.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.