try

package
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 13, 2020 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Consistently

func Consistently(fn func() error, duration time.Duration, tick time.Duration) error

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

func Eventually(fn func() error, duration time.Duration, tick time.Duration) error

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL