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

Function wait_for_event

python/samples/manual_tool_resume.py:32–33  ·  view source on GitHub ↗
(future: asyncio.Future)

Source from the content-addressed store, hash-verified

30
31
32async def wait_for_event(future: asyncio.Future) -> SessionEvent:
33 return await asyncio.wait_for(future, timeout=120)
34
35
36async def pause():

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…