AntiPattern
Async Boundaries Misdefined
async-boundaries-misdefined
Async boundary mistakes—declaring handlers or route wrappers as coroutines when the framework expects plain callables, or performing synchronous I/O inside async endpoints—cause streaming/data processing to break or block the event loop.