-
Notifications
You must be signed in to change notification settings - Fork 284
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
add AsyncKernelClient
to doc/api/client.rst
#819
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @helioz11.
I'm wondering if it's worth adding the API of AsyncKernelClient
, since it's the same as BlockingKernelClient
except that it's async.
Maybe we should have the complete API for BlockingKernelClient
and just say that AsyncKernelClient
is identical but async?
Sure, how about if I move the |
Yes, that sounds good. |
Co-authored-by: David Brochart <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @helioz11.
No description provided.