Skip to content

Commit

Permalink
Fix sendgrid#988: Remove async example
Browse files Browse the repository at this point in the history
The async example never actually worked in an async way. It tricked
users into thinking they were using async code but in reality the
sendgrid_client.send call (which is what was waiting on I/O) was still
blocking.

In addition, asyncio.async (used in the example) was deprecated in
Python 3.7 and removed in Python 3.10.
  • Loading branch information
e-carlin committed Oct 30, 2024
1 parent 9515dce commit 0136955
Showing 1 changed file with 0 additions and 83 deletions.
83 changes: 0 additions & 83 deletions use_cases/asynchronous_mail_send.md

This file was deleted.

0 comments on commit 0136955

Please sign in to comment.