Edit

IABSD.fr/ports/net/py-anyio/pkg/DESCR

Branch :

  • Show log

    Commit

  • Author : daniel
    Date : 2024-02-13 00:00:36
    Hash : afa286ae
    Message : import py-anyio Port submitted by Wen Heping (MAINTAINER). Needed in order to update the jupyter stack. ok lraab@, sthen@

  • net/py-anyio/pkg/DESCR
  • 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)