diff options
Diffstat (limited to 'devel/py-anyio/DESCR')
-rw-r--r-- | devel/py-anyio/DESCR | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/py-anyio/DESCR b/devel/py-anyio/DESCR new file mode 100644 index 00000000000..b68aa00a067 --- /dev/null +++ b/devel/py-anyio/DESCR @@ -0,0 +1,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) |