Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/agentforce314/clawcodex
/ trigger
Function
trigger
tests/test_foreground_promotion.py:166–168 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
164
await asyncio.sleep(0.5)
165
166
async
def
trigger() -> None:
167
await asyncio.sleep(0.05)
168
bg.set()
169
170
iterator = slow_iter()
171
Callers
3
test_bg_signal_fires_on_background_callback
Function · 0.70
test_bg_callback_exception_does_not_break_promotion
Function · 0.70
test_full_promotion_flow_via_on_background_callback
Function · 0.70
Calls
1
set
Method · 0.45
Tested by
no test coverage detected