Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Thread safe #16

Closed
bolix opened this issue Mar 20, 2015 · 1 comment
Closed

Thread safe #16

bolix opened this issue Mar 20, 2015 · 1 comment

Comments

@bolix
Copy link

bolix commented Mar 20, 2015

Is this library thread safe? Also, do you have an example on how the Async call would work on a multi-thread program?

@brandonmwest
Copy link
Contributor

This library is responsible for building the headers and should be thread safe, but it contains no async calls. For the sendgrid-csharp library, the next release (coming soon) will be thread safe. You can use async calls in multiple threads but you probably won't see much additional benefit above what the async i/o provides.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants