class IReactorInThreads(Interface): (source)
Known subclasses: twisted.internet.interfaces.IReactorThreads
Present Since | |
15.4 |
Method | callInThread |
Run the given callable object in a separate thread, with the given arguments and keyword arguments. |