Skip to content

Commit 0136955

Browse files
committed
Fix sendgrid#988: Remove async example
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.
1 parent 9515dce commit 0136955

File tree

1 file changed

+0
-83
lines changed

1 file changed

+0
-83
lines changed

use_cases/asynchronous_mail_send.md

-83
This file was deleted.

0 commit comments

Comments
 (0)