套件: python3-janus (1.0.0-1)
python3-janus 的相關超連結
Trisquel 的資源:
下載原始碼套件 python-janus:
維護者:
Original Maintainer:
- Jonas Smedegaard
外部的資源:
- 主頁 [github.com]
相似套件:
thread-safe asyncio-aware queue for Python
Mixed sync-async queue, supposed to be used for communicating between classic synchronous (threaded) code and asynchronous (in terms of asyncio) one.
Like Janus god, the queue object from the library has two faces: synchronous and asynchronous interface.
Synchronous is fully compatible with standard queue, asynchronous one follows asyncio queue design.
其他與 python3-janus 有關的套件
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-typing-extensions
- Backported and Experimental Type Hints for Python