Some resources return an object that should be queried in future to determine if an operation was successful or not. An OperationWaiter struct should be implemented and used to query for operation status. It should also allow setting a timeout argument which will cancel/close request after a specific timeout.
Some resources return an object that should be queried in future to determine if an operation was successful or not. An OperationWaiter struct should be implemented and used to query for operation status. It should also allow setting a timeout argument which will cancel/close request after a specific timeout.