class documentation

class twisted.application.internet.CooperatorService(service.Service): (source)

View In Hierarchy

Simple service.IService which starts and stops a twisted.internet.task.Cooperator.

Method __init__ Undocumented
Instance Variable coop Undocumented
Method coiterate Undocumented
Method startService Start the service.
Method stopService Stop the service.

Inherited from Service:

Instance Variable running A boolean which indicates whether the service is running.
Instance Variable name A str which is the name of the service or None.
Instance Variable parent An IServiceCollection which is the parent or None.
Method __getstate__ Undocumented
Method setName Set the name of the service.
Method setServiceParent Set the parent of the service. This method is responsible for setting the parent attribute on this service (the child service).
Method disownServiceParent Use this API to remove an IService from an IServiceCollection.
Method privilegedStartService Do preparation work for starting the service.
def __init__(self): (source)

Undocumented

coop = (source)

Undocumented

def coiterate(self, iterator): (source)

Undocumented

def stopService(self): (source)

Stop the service.

Returnsa Deferred which is triggered when the service has finished shutting down. If shutting down is immediate, a value can be returned (usually, None). (type: Deferred)
API Documentation for Twisted, generated by pydoctor 20.12.1 at 2021-02-28 19:53:36.