Description
Detect blocking calls that run inside an asynchronous event loop, helping developers find code that hurts latency or stalls concurrent tasks. It is useful for debugging asyncio performance problems.
Detection tools can add overhead and expose call stacks. Use in development or controlled diagnostics, then review findings before changing production code.