py3-anyio
async library on top of asyncio or trio
WWW CVSWeb GITHub-
Package versionpy3-anyio-3.7.1
-
MaintainerWen Heping
AnyIO is a asynchronous compatibility API that allows applications and libraries
written against it to run unmodified on asyncio, curio and trio.
It bridges the following functionality:
- Task groups
- Cancellation
- Threads
- Signal handling
- Asynchronous file I/O
- Subprocesses
- Inter-task synchronization and communication (locks, conditions, events,
semaphores, object streams)
- High level networking (TCP, UDP and UNIX sockets)
- python3
- lang/python/3.10
- devel/py-build,python3
- devel/py-installer,python3
- devel/py-setuptools,python3
- devel/py-wheel,python3
- devel/py-setuptools_scm,python3
- devel/py-exceptiongroup,python3
- devel/py-sniffio,python3
- devel/py-trio,python3
- net/py-idna,python3
- lang/python/3.10