(self, callback, *args, context=None)
| 331 | # Methods for interacting with threads. |
| 332 | |
| 333 | def call_soon_threadsafe(self, callback, *args, context=None): |
| 334 | raise NotImplementedError |
| 335 | |
| 336 | def run_in_executor(self, executor, func, *args): |
| 337 | raise NotImplementedError |
no outgoing calls