twisted.internet.interfaces.IReactorInThreads(Interface) interface documentationtwisted.internet.interfaces
          View Source
          (View In Hierarchy)
        
      Known subclasses: twisted.internet.interfaces.IReactorThreads
This interface contains the methods exposed by a reactor which will let you run functions in another thread.
| Present Since | 15.4 | |
| Method | callInThread | Run the given callable object in a separate thread, with the given arguments and keyword arguments. | 
Run the given callable object in a separate thread, with the given arguments and keyword arguments.