-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Asynchronous client #8
Comments
Just a heads-up, if you check "python_examples" file, you'll notice we're already using asyncio. It fits like a glove since irrys is all about that async life naturally. Thought you'd like to know! |
True, I noticed that earlier too, but the actual functions aren't defined as |
hello! i'm not python expert - could you please propose PR how to fix this? |
@FireMasterK I asked chatgpt about this: does it sounds reasonable to you? |
Currently, the client is synchronous as seen in https://github.com/iggy-rs/iggy-python-client/blob/main/src/client.rs
Are there any plans for an asynchronous client, for use with libraries such as asyncio?
The text was updated successfully, but these errors were encountered: