package
22.11.9
Repository: https://github.com/cs-si/safescale.git
Documentation: pkg.go.dev

# Constants

Abort tells the arbiter decided something wrong occurred; the Action must stop with error.
Done tells the arbiter decided the last retry succeeded.
Retry tells the arbiter decided to execute the next retry.
Undecided tells the arbiter to skip this opinion.

# Type aliases

Enum tells the choice made by an Arbiter, to retry or not.