Commit 68816ef0 authored by Guido van Rossum's avatar Guido van Rossum

Export asyncio.iscoroutine[function].

parent e6d2f159
"""Support for tasks, coroutines and the scheduler."""
__all__ = ['coroutine', 'Task',
'iscoroutinefunction', 'iscoroutine',
'FIRST_COMPLETED', 'FIRST_EXCEPTION', 'ALL_COMPLETED',
'wait', 'wait_for', 'as_completed', 'sleep', 'async',
'gather', 'shield',
......
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