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
I'd like to use this in a Sanic service in our platfrom, however I'm having to use run_in_executor() to use this library without stalling the eventloop.
It would make life faster and easier if this library would also support asyncio.