Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VitoHowe/glm-coding
/ warmup
Method
warmup
app/services/ocr_service.py:155–156 ·
view source on GitHub ↗
(self, target_workers: int | None = None)
Source
from the content-addressed store, hash-verified
153
)
154
try
:
155
return
future.result(timeout=timeout)
156
except
FuturesTimeoutError:
157
future.cancel()
158
raise
159
except
BrokenProcessPool:
Callers
nothing calls this directly
Calls
1
ensure_capacity
Method · 0.95
Tested by
no test coverage detected