class twisted._threads._convenience.Quit: (source)
A flag representing whether a worker has been quit.
Instance Variable | isSet | Whether this flag is set. |
Method | __init__ | Create a Quit un-set. |
Method | set | Set the flag if it has not been set. |
Method | check | Check if the flag has been set. |