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

Method abort

src/utils/abort_controller.py:79–81  ·  view source on GitHub ↗
(self, reason: str | None = "aborted")

Source from the content-addressed store, hash-verified

77 self.signal = AbortSignal()
78
79 def abort(self, reason: str | None = "aborted") -> None:
80 if not self.signal.aborted:
81 self.signal._fire(reason)
82
83
84def create_abort_controller() -> AbortController:

Calls 1

_fireMethod · 0.80