Feature Request
My async library of choice is trio rather than asyncio. Since perspective now supports starlette which in turn supports trio via the anyio library I'm wondering if it will Just Work, or if there are hard-coded asyncio assumptions in perspective itself which will prevent that?
If the latter, this issue can be a feature request to replace any hard-coded asyncio assumptions with their anyio equivalents.
Feature Request
My async library of choice is
triorather thanasyncio. Sinceperspectivenow supportsstarlettewhich in turn supportstriovia theanyiolibrary I'm wondering if it will Just Work, or if there are hard-codedasyncioassumptions inperspectiveitself which will prevent that?If the latter, this issue can be a feature request to replace any hard-coded
asyncioassumptions with theiranyioequivalents.