Whether run in executor.
(self)
| 227 | |
| 228 | @property |
| 229 | def run_in_executor(self) -> bool: |
| 230 | """Whether run in executor.""" |
| 231 | return self._context.run_in_executor |
| 232 | |
| 233 | @property |
| 234 | def executor(self) -> futures.Executor | None: |
no outgoing calls
no test coverage detected