class documentation

class twisted._threads._team.Statistics: (source)

View In Hierarchy

Statistics about a Team's current activity.

Instance Variable idleWorkerCount The number of idle workers.
Instance Variable busyWorkerCount The number of busy workers.
Instance Variable backloggedWorkCount The number of work items passed to Team.do which have not yet been sent to a worker to be performed because not enough workers are available.
Method __init__ Undocumented
idleWorkerCount = (source)
The number of idle workers.
(type: int)
busyWorkerCount = (source)
The number of busy workers.
(type: int)
backloggedWorkCount = (source)
The number of work items passed to Team.do which have not yet been sent to a worker to be performed because not enough workers are available.
(type: int)
def __init__(self, idleWorkerCount, busyWorkerCount, backloggedWorkCount): (source)

Undocumented

API Documentation for Twisted, generated by pydoctor 20.12.1 at 2021-02-28 19:53:36.