Home
last modified time | relevance | path

Searched refs:coroutine_function (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Lib/test/test_asyncio/
Dtest_tasks.py32 async def coroutine_function(): function
2214 coro = coroutine_function()
2225 coro = coroutine_function()
2475 task = self.new_task(self.loop, coroutine_function())
2786 coro = coroutine_function()
3645 asyncio.wait([coroutine_function()], loop=self.loop))
3651 asyncio.wait_for(coroutine_function(), 0.01, loop=self.loop))
3657 asyncio.wait([coroutine_function()]))
3659 task = self.loop.create_task(coroutine_function())
3662 asyncio.wait([task, coroutine_function()]))