MCPcopy Create free account
hub / github.com/agentforce314/clawcodex / _run_in_thread

Function _run_in_thread

src/deferred_init.py:116–120  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

114 return DeferredPrefetchHandle(mode="loop", tasks=[task])
115
116 def _run_in_thread() -> None:
117 try:
118 asyncio.run(_warm(cwd, include_system_context))
119 except Exception as exc:
120 logger.debug("deferred prefetch thread failed: %r", exc)
121
122 thread = threading.Thread(
123 target=_run_in_thread,

Callers

nothing calls this directly

Calls 2

_warmFunction · 0.85
runMethod · 0.45

Tested by

no test coverage detected