FICHA · MANJARO

python-janus

Thread-safe asyncio-aware queue for Python

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

Description

Bridges threaded Python code and asyncio code with queues that are safe to use from both sides. It helps applications pass work or messages between background threads and async event loops.

Developers use it in network services, GUI integrations, and automation that mixes blocking and async code. Queue design still matters, because unbounded producers can exhaust memory or delay shutdown.

Permissions

Permissions not analysed for this source yet.