We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69d1ffa commit d300ff8Copy full SHA for d300ff8
1 file changed
trio_asyncio/loop.py
@@ -390,4 +390,4 @@ async def _run_task(proc, args):
390
async with open_loop(queue_len=queue_len):
391
return await proc(*args)
392
393
- trio.run(_run_task, proc, args)
+ return trio.run(_run_task, proc, args)
0 commit comments