Lines Matching defs:loop
34 def current_task(loop=None): argument
41 def all_tasks(loop=None): argument
64 def _all_tasks_compat(loop=None): argument
116 def __init__(self, coro, *, loop=None, name=None): argument
373 async def wait(fs, *, loop=None, timeout=None, return_when=ALL_COMPLETED): argument
421 async def wait_for(fut, timeout, *, loop=None): argument
498 async def _wait(fs, timeout, return_when, loop): argument
542 async def _cancel_and_wait(fut, loop): argument
559 def as_completed(fs, *, loop=None, timeout=None): argument
633 async def sleep(delay, result=None, *, loop=None): argument
656 def ensure_future(coro_or_future, *, loop=None): argument
700 def __init__(self, children, *, loop=None): argument
720 def gather(*coros_or_futures, loop=None, return_exceptions=False): argument
846 def shield(arg, *, loop=None): argument
909 def run_coroutine_threadsafe(coro, loop): argument
945 def _enter_task(loop, task): argument
953 def _leave_task(loop, task): argument