twisted._threads._team.Statistics(object) class documentationtwisted._threads._team
(View In Hierarchy)
Statistics about a Team's current 
activity.
| Instance Variable | idleWorkerCount | The number of idle workers. (type: int) | 
| Instance Variable | busyWorkerCount | The number of busy workers. (type: int) | 
| Instance Variable | backloggedWorkCount | The number of work items passed to Team.dowhich have 
not yet been sent to a worker to be performed because not enough workers 
are available. (type:int) | 
| Method | __init__ | Undocumented |