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

Method _close_stream

src/server/agent_server.py:148–152  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

146 pass
147
148 def _close_stream(self) -> None:
149 try:
150 self.loop.call_soon_threadsafe(self.out_queue.put_nowait, None)
151 except RuntimeError:
152 pass
153
154 # ─── init ──────────────────────────────────────────────────────────────
155

Callers 1

_run_workerMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected