We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a7550f commit c486c49Copy full SHA for c486c49
google/api_core/bidi_async.py
@@ -24,9 +24,11 @@
24
25
26
class _AsyncRequestQueueGenerator:
27
- """_AsyncRequestQueueGenerator is a helper class for sending asynchronous requests to a gRPC stream from a Queue.
+ """_AsyncRequestQueueGenerator is a helper class for sending asynchronous
28
+ requests to a gRPC stream from a Queue.
29
- This generator takes asynchronous requests off a given queue and yields them to gRPC.
30
+ This generator takes asynchronous requests off a given queue and yields them
31
+ to gRPC.
32
33
This helper is useful when you have an indeterminate, indefinite, or
34
otherwise open-ended set of requests to send through a request-streaming
0 commit comments