-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
3313 payload works with io asynchronously (#3478)
* I/O based payload works with I/O asynchronously * I/O based payload works with I/O asynchronously
- Loading branch information
1 parent
37722f8
commit 4c7bc9f
Showing
2 changed files
with
18 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
FileResponse from web_fileresponse.py uses a ThreadPoolExecutor to work with files asynchronously. | ||
I/O based payloads from payload.py uses a ThreadPoolExecutor to work with I/O objects asynchronously. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters