python-blockbuster
Utility to detect blocking calls in the async event loop
Utility to detect blocking calls in the async event loop
To install this package, run one of the following:
Blockbuster is a Python package designed to detect and prevent blocking calls within an asynchronous event loop. It is particularly useful when executing tests to ensure that your asynchronous code does not inadvertently call blocking operations, which can lead to performance bottlenecks and unpredictable behavior.
Summary
Utility to detect blocking calls in the async event loop
Last Updated
May 6, 2025 at 19:24
License
Apache-2.0
Total Downloads
475
Supported Platforms
GitHub Repository
https://github.com/cbornet/blockbusterDocumentation
https://github.com/cbornet/blockbuster