-
-
Notifications
You must be signed in to change notification settings - Fork 33.8k
Closed
Labels
Description
Documentation
The document of asyncio said:
cpython/Doc/library/asyncio-eventloop.rst
Lines 1263 to 1264 in 84512c0
| The *executor* argument should be an :class:`concurrent.futures.Executor` | |
| instance. The default executor is used if *executor* is ``None``. |
But it dosn't mention that what is the default executor, like if it's ThreadPoolExecutor or ProcessPoolExecutor.
Someone on stackoverflow got the same question: https://stackoverflow.com/questions/60204054/default-executor-asyncio
Linked PRs
Metadata
Metadata
Assignees
Labels
Projects
Status
Done