AntiPattern
Async Context Miswiring
async-context-miswiring
Async code fails because awaited/context-managed boundaries receive the wrong object type or blocking work, so mocks, Lifespan/fixtures, or streaming endpoints don’t integrate with the event loop as expected, breaking execution paths.