Open serozhenka opened 3 months ago
Hey @serozhenka , great feedback! It's actually on my TODO list for v 1.0.0 to introduce an asyncio client.
I plan to introduce it before v.1.0 so there's a transition period where both asyncio and the threading solution with the _async()
functions can be used.
Sounds great! Do you have an approximate ETA of when can I expect it to be ready?
aiming for Q4 2024
+1, although I would suggest to use AnyIO so people using Trio can also use the library.
hi
i think it should be mentioned in docs that concurrent.futures.Future
is not awaitable
Any update on this?
Any update on this?
Same here!
Using asyncio will be greatly beneficial in the use case of transcription as most of the time the client waits for a response on a socket when your servers are doing all the great work.
concurrent.futures implementation still works but is not as good for two main reasons:
Hope for positive feedback on that!