MCPcopy Index your code
hub / github.com/python/cpython / wait

Method wait

Lib/test/test_asyncio/test_locks.py:1286–1287  ·  view source on GitHub ↗
(barrier)

Source from the content-addressed store, hash-verified

1284
1285 waiters = []
1286 async def wait(barrier):
1287 await barrier.wait()
1288
1289 incr = 2
1290 for i in range(incr):

Callers 15

test_exception_waiterMethod · 0.45
runMethod · 0.45
test_shellMethod · 0.45
test_killMethod · 0.45
test_kill_issue43884Method · 0.45
test_terminateMethod · 0.45
send_signalMethod · 0.45
len_messageMethod · 0.45
empty_inputMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected