package
3.55.1-dev.0
Repository: https://github.com/mrod-io/pulumi.git
Documentation: pkg.go.dev

# Functions

Until waits until the acceptor accepts the current condition, or the context expires, whichever comes first.
UntilDeadline creates a child context with the given deadline, and then invokes the above Until function.
UntilTimeout creates a child context with the given timeout, and then invokes the above Until function.

# Constants

by default, backoff by 1.5x.
by default, delay by 100ms.
by default, no more than 5 seconds.

# Structs

No description provided by the author

# Type aliases

Acceptance is meant to accept a condition.