Create a ThreadWorker with a function to start a thread and a queue to use to communicate with that thread.

ParametersstartThreada callable that takes a callable to run in another thread. (type: callable taking a 0-argument callable and returning nothing.)
queueA Queue to use to give tasks to the thread created by startThread.
queueQueue
Function work Undocumented
def work(): (source)
Undocumented
API Documentation for Twisted, generated by pydoctor at 2020-03-20 23:54:06.