Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/agentforce314/clawcodex
/ create_abort_controller
Function
create_abort_controller
src/utils/abort_controller.py:84–85 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
82
83
84
def
create_abort_controller() -> AbortController:
85
return
AbortController()
86
87
88
def
create_child_abort_controller(parent: AbortController) -> AbortController:
Callers
15
create_combined_abort_signal
Function · 0.90
run_workflow
Function · 0.90
run_workflow_task
Function · 0.90
test_create
Method · 0.90
test_primary_abort_propagates
Function · 0.90
test_secondary_abort_propagates
Function · 0.90
test_either_input_aborts_returns_pre_aborted_with_noop_cleanup
Function · 0.90
test_secondary_pre_aborted_short_circuits
Function · 0.90
test_cleanup_removes_listener_from_parent
Function · 0.90
test_cleanup_is_idempotent
Function · 0.90
test_primary_abort_cancels_pending_timer
Function · 0.90
test_pre_aborted_short_circuit_does_not_arm_timer
Function · 0.90
Calls
1
AbortController
Class · 0.85
Tested by
15
test_create
Method · 0.72
test_primary_abort_propagates
Function · 0.72
test_secondary_abort_propagates
Function · 0.72
test_either_input_aborts_returns_pre_aborted_with_noop_cleanup
Function · 0.72
test_secondary_pre_aborted_short_circuits
Function · 0.72
test_cleanup_removes_listener_from_parent
Function · 0.72
test_cleanup_is_idempotent
Function · 0.72
test_primary_abort_cancels_pending_timer
Function · 0.72
test_pre_aborted_short_circuit_does_not_arm_timer
Function · 0.72
test_returns_combined_abort_signal_dataclass
Function · 0.72
test_spawn_creates_isolated_context
Method · 0.72
test_spawn_with_agent_id
Method · 0.72