tidal-async icon indicating copy to clipboard operation
tidal-async copied to clipboard

Allow using other async libraries

Open JuniorJPDJ opened this issue 3 years ago • 1 comments

The only thing holding us from doing this is one asyncio gather call and HTTP library. We could switch to httpx: https://www.python-httpx.org/async/#supported-async-environments

JuniorJPDJ avatar May 21 '21 14:05 JuniorJPDJ