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 585508f commit d4742ebCopy full SHA for d4742eb
README.rst
@@ -77,9 +77,9 @@ Exit codes become available once stdout/stderr is iterated on or ``client.join(o
77
0
78
79
80
-Joining on the connection pool can be used to block and wait for all parallel commands to finish *if output is not needed*. ::
+The client's join function can be used to block and wait for all parallel commands to finish *if output is not needed*. ::
81
82
- client.pool.join()
+ client.join(output)
83
84
Similarly, if only exit codes are needed but not output ::
85
0 commit comments