-
Notifications
You must be signed in to change notification settings - Fork 880
Document thread safety #2098
Copy link
Copy link
Closed
Labels
doc-apireferencedoc-readmedocumentationThis is a problem with documentation.This is a problem with documentation.low-effortmodule/sdk-corep2This is a standard priority issueThis is a standard priority issuequeued
Metadata
Metadata
Assignees
Labels
doc-apireferencedoc-readmedocumentationThis is a problem with documentation.This is a problem with documentation.low-effortmodule/sdk-corep2This is a standard priority issueThis is a standard priority issuequeued
Describe the issue
For the .NET AWSSDK.SimpleEmailV2 SDK, I'm trying to determine whether I can use an instance of
AmazonSimpleEmailServiceV2Clientfrom multiple threads simultaneously. Based on #1974, it seems likely, but that issue was for V1.In general, any classes that are thread safe should indicate so in their docs, so developers have clear answers without having to root through GitHub issues.
Links
https://docs.aws.amazon.com/sdkfornet/v3/apidocs/items/SimpleEmailV2/TSimpleEmailServiceV2Client.html