interface documentation
class IExclusiveWorker(IWorker): (source)
Known implementations: twisted._threads._memory.MemoryWorker
, twisted._threads.LockWorker
, twisted._threads.ThreadWorker
Like IWorker
, but with the additional guarantee that the callables passed to do will not be called exclusively with each other.
Inherited from IWorker
:
Method | do |
Perform the given task. |
Method | quit |
Free any resources associated with this IWorker and cause it to reject all future work. |