Use provided sleep_impl in aws-smithy-client::retry (#923)
* Use provided sleep_impl in aws-smithy-client::retry Previously, aws_smithy_client was hard coded to use tokio::sleep. This change: - threads the sleep implementation into the retry controller - moves the integration test out of aws-hyper and into aws-smithy-client - takes a first pass at fixing the cargo featres (cargo hack --feature-powerset passes now) * cleanups * several test fixups * Use tristate to conditionally log * Update changelog
Loading
Please register or sign in to comment