(self, func, iterables, timeout=None)
| 178 | return future |
| 179 | |
| 180 | def map(self, func, iterables, timeout=None): |
| 181 | # TODO(benh): Implement! |
| 182 | raise NotImplementedError() |
| 183 | |
| 184 | def shutdown(self, wait=True): |
| 185 | if wait: |
no outgoing calls
no test coverage detected