Searched refs:coro2 (Results 1 – 4 of 4) sorted by relevance
46 struct coro2 { struct50 coro2 get_return_object() { return{}; } in get_return_object() argument59 coro2 a() { in a()72 coro2 b() { in b()86 coro2 c() { in c()99 coro2 d() { in d()
1116 async def coro2(): function1119 c = coro2()1124 c = coro2()
1007 def coro2(): function1012 b = self.new_task(self.loop, coro2())1660 async def coro2(loop): function1667 task2 = self.new_task(self.loop, coro2(self.loop))3255 def coro2(): function3260 return await asyncio.gather(coro1(), coro2(), loop=self.loop)
258 def coro2(): function263 RuntimeError, self.loop.run_until_complete, coro2())