summaryrefslogtreecommitdiff
path: root/devel/py-anyio/DESCR
blob: b68aa00a0671914cd87b2b45c93fa2b9c63411fe (plain)
1
2
3
4
5
6
7
8
9
10
11
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
* Synchronization primitives (locks, conditions, events, semaphores, queues)
* High level networking (TCP, UDP and UNIX sockets)