crate/cratedb-toolkit

AnyIO

amotl opened this issue · 0 comments

About

High level asynchronous concurrency and networking framework that works on top of either trio or asyncio.

AnyIO is an asynchronous networking and concurrency library that works on top of either asyncio or trio. It implements trio-like structured concurrency (SC) on top of asyncio and works in harmony with the native SC of trio itself.

References