Part of twisted.application.service.IService View Source
IService
from an IServiceCollection.
This method is used symmetrically with setServiceParent
in that it sets the parent attribute on the child.
| Returns | a 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) | |