Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Doc/library/asyncio-task.rst
Original file line number Diff line number Diff line change
Expand Up @@ -498,6 +498,8 @@ Waiting Primitives
set concurrently and block until the condition specified
by *return_when*.

The *aws* set must not be empty.

Returns two sets of Tasks/Futures: ``(done, pending)``.

Usage::
Expand Down
1 change: 1 addition & 0 deletions Misc/ACKS
Original file line number Diff line number Diff line change
Expand Up @@ -1443,6 +1443,7 @@ Mike Romberg
Armin Ronacher
Case Roole
Timothy Roscoe
Joel Rosdahl
Erik Rose
Mark Roseman
Josh Rosenberg
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Mention that :func:`asyncio.wait` requires a non-empty set of awaitables.