You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Thanks for the info @timkpaine! If it's just that file, it seems feasible to try patching it. If I get something working with trio I'll make sure to post back here with my solution.
It may take a little while as it will probably be a case of implementing with asyncio first and then porting to ensure I don't break anything...
finos
locked and limited conversation to collaborators
Oct 1, 2022
Feature Request
My async library of choice is
trio
rather thanasyncio
. Sinceperspective
now supportsstarlette
which in turn supportstrio
via theanyio
library I'm wondering if it will Just Work, or if there are hard-codedasyncio
assumptions inperspective
itself which will prevent that?If the latter, this issue can be a feature request to replace any hard-coded
asyncio
assumptions with theiranyio
equivalents.The text was updated successfully, but these errors were encountered: