Skip to content
CodeWiki
Practice
Paths
Tracks
Cheatsheets
Playground
Glossary
AI era
Search
⌘K
English
English
Chinese
Practice
Paths
Tracks
Cheatsheets
Playground
Glossary
AI era
English
English
Chinese
Practice
/
Quiz
/
Python
/
Python
Which statement about concurrent.futures is correct?
from Python
advanced
1 min
Which statement about concurrent.futures is correct?
as_completed() yields futures as they finish, and future.result() re-raises a worker exception
as_completed() preserves submission order, and result() converts failures to None
Calling submit() blocks until the function has returned
Check
Ask AI about this kata
Report an error
previous kata
What does calling an async def function return before it is awaited?
Quiz
next kata
What happens by default when a function annotated def total(count: int) is called with "3…
Quiz
A new version is available
Reload