AntiPattern

Async/Await Control Mistmatch

async-await-shape-mismatch

Async-bound mechanisms get called or awaited in the wrong shape (coroutine vs context manager vs blocking call), so control flow stalls, mocks don’t observe awaits, or later operations run on unintended state (e.g., stale selection).