CMD + K

python-blockbuster

Anaconda Verified

Utility to detect blocking calls in the async event loop

Installation

To install this package, run one of the following:

Conda
$conda install anaconda::python-blockbuster

Usage Tracking

1.5.24
1 / 8 versions selected
Downloads (Last 6 months): 0

Description

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.

About

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

linux-64
linux-aarch64
macOS-64
macOS-arm64
win-64