Kaydet (Commit) de3a1363 authored tarafından Guido van Rossum's avatar Guido van Rossum

asyncio: Add 'shield' to __all__.

üst d2476c6e
......@@ -3,7 +3,7 @@
__all__ = ['coroutine', 'Task',
'FIRST_COMPLETED', 'FIRST_EXCEPTION', 'ALL_COMPLETED',
'wait', 'wait_for', 'as_completed', 'sleep', 'async',
'gather',
'gather', 'shield',
]
import collections
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment