-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
Clarify what is the default executor for asyncio.run_in_executor
#121333
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
Labels
Comments
kumaraditya303
added a commit
that referenced
this issue
Jul 9, 2024
…ecutor (#121335) Co-authored-by: Kumar Aditya <[email protected]>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Jul 9, 2024
…_in_executor (pythonGH-121335) (cherry picked from commit facf986) Co-authored-by: AN Long <[email protected]> Co-authored-by: Kumar Aditya <[email protected]>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Jul 9, 2024
…_in_executor (pythonGH-121335) (cherry picked from commit facf986) Co-authored-by: AN Long <[email protected]> Co-authored-by: Kumar Aditya <[email protected]>
kumaraditya303
added a commit
that referenced
this issue
Jul 9, 2024
…n_in_executor (GH-121335) (#121525) gh-121333: Clarify what is the default executor for asyncio.run_in_executor (GH-121335) (cherry picked from commit facf986) Co-authored-by: AN Long <[email protected]> Co-authored-by: Kumar Aditya <[email protected]>
kumaraditya303
added a commit
that referenced
this issue
Jul 9, 2024
…n_in_executor (GH-121335) (#121526) gh-121333: Clarify what is the default executor for asyncio.run_in_executor (GH-121335) (cherry picked from commit facf986) Co-authored-by: AN Long <[email protected]> Co-authored-by: Kumar Aditya <[email protected]>
noahbkim
pushed a commit
to hudson-trading/cpython
that referenced
this issue
Jul 11, 2024
…_in_executor (python#121335) Co-authored-by: Kumar Aditya <[email protected]>
estyxx
pushed a commit
to estyxx/cpython
that referenced
this issue
Jul 17, 2024
…_in_executor (python#121335) Co-authored-by: Kumar Aditya <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Documentation
The document of asyncio said:
cpython/Doc/library/asyncio-eventloop.rst
Lines 1263 to 1264 in 84512c0
But it dosn't mention that what is the default executor, like if it's
ThreadPoolExecutor
orProcessPoolExecutor
.Someone on stackoverflow got the same question: https://stackoverflow.com/questions/60204054/default-executor-asyncio
Linked PRs
The text was updated successfully, but these errors were encountered: