[ 源代码: python-anyio ]
软件包:python3-anyio(2.0.2-2)
Asynchronous compatibility layer (Python 3)
This module provides a bridge to run the same sources unmodified on asyncio, curio and trio.
It bridges the following features:
- task groups - cancellation - threads - signal handling - asynchronous file operations - subprocesses - inter-task synchronization and communication - high-level networking
This package installs the library for Python 3.
其他与 python3-anyio 有关的软件包
|
|
|
|
-
- dep: python3
- 交互式高级面向对象语言(默认 python3 版本)
-
- dep: python3-idna
- Python IDNA2008 (RFC 5891) handling (Python 3)
-
- dep: python3-sniffio
- detect which async Python library is in use