(self, fn, *args, **kwargs)
| 549 | pass |
| 550 | |
| 551 | def submit(self, fn, *args, **kwargs): |
| 552 | raise NotImplementedError('submit()') |
| 553 | |
| 554 | def shutdown(self, wait=True): |
| 555 | raise NotImplementedError('shutdown()') |
no outgoing calls
no test coverage detected