Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/github/copilot-sdk
/ pause
Function
pause
python/samples/manual_tool_resume.py:36–38 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
34
35
36
async
def
pause():
37
print(
"Simulating time passing...\n"
)
38
await asyncio.sleep(1)
39
40
41
tool = Tool(
Callers
1
main
Function · 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…