Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ coro
Method
coro
Lib/test/test_asyncio/test_locks.py:1341–1343 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1339
results = []
1340
1341
async
def
coro():
1342
async
with
barrier
as
i:
1343
results.append(i)
1344
1345
await self.gather_tasks(self.N, coro)
1346
Callers
nothing calls this directly
Calls
4
append
Method · 0.45
wait
Method · 0.45
reset
Method · 0.45
abort
Method · 0.45
Tested by
no test coverage detected