MCPcopy Index your code
hub / github.com/github/copilot-sdk / wait

Function wait

python/e2e/test_multi_client_e2e.py:200–204  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

198 unsubscribe = session.on(on_event)
199
200 async def wait():
201 try:
202 return await asyncio.wait_for(future, timeout=timeout)
203 finally:
204 unsubscribe()
205
206 return loop.create_task(wait())
207

Callers 1

wait_for_eventFunction · 0.85

Calls 1

unsubscribeFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…