Skip to content

Commit 58d6b64

Browse files
Update agentex/docs/docs/concepts/callouts/race_conditions.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 6c7fd0d commit 58d6b64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agentex/docs/docs/concepts/callouts/race_conditions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ In **all agentic ACP types**, multiple events can trigger concurrent processing,
1212
### ❌ What Happens with Race Conditions (All Async ACP)
1313

1414
```python
15-
# Any agentic ACP - Multiple events can trigger simultaneously
15+
# Any async ACP - Multiple events can trigger simultaneously
1616
@acp.on_task_event_send
1717
async def handle_event_send(params: SendEventParams):
1818
# 🚨 RACE CONDITION: Two events arrive at the same time

0 commit comments

Comments
 (0)