Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_waiter
Method · 0.45
run
Method · 0.45
test_shell
Method · 0.45
test_start_new_session
Method · 0.45
test_kill
Method · 0.45
test_kill_issue43884
Method · 0.45
test_terminate
Method · 0.45
send_signal
Method · 0.45
test_stdin_broken_pipe
Method · 0.45
test_communicate_ignore_broken_pipe
Method · 0.45
len_message
Method · 0.45
empty_input
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected