twisted._threads._ithreads
module documentationtwisted._threads
View Source
Interfaces related to threads.
Interface | IExclusiveWorker | Like IWorker ,
but with the additional guarantee that the callables passed to
do will not be called exclusively with each other. |