FICHA · MANJARO

python-async_interrupt

Python library that provides interrupt context manager for asyncio

  • Library
  • Dev
  • NONE
  • Dependency only
official+codex · reviewed · May 28, 2026 description in en

Description

Interrupt asyncio tasks in a controlled context-manager pattern, helping Python applications handle cancellation-like events around asynchronous code sections. It is useful for timeout, shutdown, and task-control flows.

Interrupting asynchronous work can leave resources half-finished if cleanup is weak. Always pair interruption with explicit cleanup and error handling.

Permissions

Permissions not analysed for this source yet.