Replies: 1 comment
-
Yes, in principle (and it aims to be). However, it's not a behavior we have extensively tested. Generally, however, the number of resources that are shared between subsequent requests is fairly small and that code (e.g. the identity provider cache) is very carefully tested. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm using
aws-sdk-s3
in a cloud-native database project. I usetokio
as the async runtime in Rust. I wonder ifaws-sdk-s3
APIs are cancellation safe? In some cases, the async task that calledaws-sdk-s3
API can be cancelled. Will that causes deadlocks or undefined behaviors?Beta Was this translation helpful? Give feedback.
All reactions