| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -70,7 +70,8 @@ def _blocking_poll(self, timeout=None): | |||
| 70 | 70 | """Poll and wait for the Future to be resolved. | |
| 71 | 71 | ||
| 72 | 72 | Args: | |
| 73 | - timeout (int): How long to wait for the operation to complete. | ||
| 73 | + timeout (int): | ||
| 74 | + How long (in seconds) to wait for the operation to complete. | ||
| 74 | 75 | If None, wait indefinitely. | |
| 75 | 76 | """ | |
| 76 | 77 | if self._result_set: | |
@@ -91,7 +92,8 @@ def result(self, timeout=None): | |||
| 91 | 92 | """Get the result of the operation, blocking if necessary. | |
| 92 | 93 | ||
| 93 | 94 | Args: | |
| 94 | - timeout (int): How long to wait for the operation to complete. | ||
| 95 | + timeout (int): | ||
| 96 | + How long (in seconds) to wait for the operation to complete. | ||
| 95 | 97 | If None, wait indefinitely. | |
| 96 | 98 | ||
| 97 | 99 | Returns: | |
| Back | FazBrowse Home | New Git URL |
0 commit comments