Home
last modified time | relevance | path

Searched refs:coro1 (Results 1 - 5 of 5) sorted by relevance

/third_party/python/Lib/test/test_asyncio/
H A Dtest_taskgroups.py668 g.create_task(coro1(0.1))
669 g.create_task(coro1(0.2))
671 async def coro1(delay): function
731 async def coro1(): function
739 g.create_task(c1 := coro1())
746 g.create_task(coro1())
H A Dtest_locks.py1430 async def coro1(): function
1443 tasks = self.make_tasks(self.N-1, coro1)
H A Dtest_tasks.py1175 async def coro1(): function
1182 a = self.new_task(self.loop, coro1())
1788 async def coro1(loop): function
1800 task1 = self.new_task(self.loop, coro1(self.loop))
H A Dtest_events.py278 async def coro1(): function
283 self.loop.run_until_complete(coro1())
/third_party/python/Lib/test/
H A Dtest_coroutines.py1131 async def coro1(): function
1137 return await Wrapper(coro1())

Completed in 13 milliseconds