DmitryBurnaev / starlette-web

Simple components for web-app, based on "starlette" framework.
MIT License
4 stars 3 forks source link

Anyio compatability #50

Open dolamroth opened 1 year ago

dolamroth commented 1 year ago

Starlette itself is anyio-compatible. However, underlying implementations of low-level libraries are mostly not.

dolamroth commented 1 year ago

The framework itself has been adapted to anyio. However, asyncio-only requirements remain.