The "Waiter" in the private package of the AWS SDK Go library is used for periodically checking the status of an AWS resource until it reaches a desired state. It provides a convenient way to wait for certain conditions to be met before proceeding with the execution of code. This allows developers to efficiently handle asynchronous operations and ensure that resources are in the expected state before proceeding with further actions.
Golang Waiter - 28 examples found. These are the top rated real world Golang examples of github.com/convox/rack/Godeps/_workspace/src/github.com/aws/aws-sdk-go/private/waiter.Waiter extracted from open source projects. You can rate examples to help us improve the quality of examples.