We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28936b4 commit ebd5251Copy full SHA for ebd5251
1 file changed
asyncio/funcs.py
@@ -31,7 +31,7 @@ async def wait_for(aw, timeout, sleep=core.sleep):
31
if timeout is None:
32
return await aw
33
34
- def runner(waiter, aw):
+ async def runner(waiter, aw):
35
nonlocal status, result
36
try:
37
result = await aw
0 commit comments