the document said:<br># run method in thread<br>reactor.callInThread(aSillyBlockingMethod, &quot;2 seconds have passed&quot;)<br>but after above code, Is that Thread dead? and how can I re-use this thread? and if I create a thread using python thread module, can I use reactor to re-use it?
<br>there is a threadpool in twisted, is there any example of how to use it?<br>thanks for any advices.<br>