twisted._threads._ithreads.IExclusiveWorker(IWorker) interface documentationtwisted._threads._ithreads
View Source
(View In Hierarchy)
Known implementations: 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. |