guides/flows/async-dispatch.md
# Async Dispatch
> **Note:** This guide is a stub. Full content coming in v1.0 docs.
Describes the sync dispatch path (default) and the optional Oban-backed async path. Covers how to enable the Oban integration, transactional enqueue semantics, and how delayed fallback suppression works when a notification is read before the outbound send executes.
## Overview
<!-- TODO: expand with full content -->