t.i.i.IReactorDaemonize(Interface) : interface documentation

Part of twisted.internet.interfaces View Source View In Hierarchy

Known implementations: twisted.internet.kqreactor.KQueueReactor

A reactor which provides hooks that need to be called before and after daemonization.

Notes:

Method beforeDaemonize Hook to be called immediately before daemonization. No reactor methods may be called until afterDaemonize is called.
Method afterDaemonize Hook to be called immediately after daemonization. This may only be called after beforeDaemonize had been called previously.
def beforeDaemonize(): (source)
Hook to be called immediately before daemonization. No reactor methods may be called until afterDaemonize is called.
ReturnsNone.
def afterDaemonize(): (source)
Hook to be called immediately after daemonization. This may only be called after beforeDaemonize had been called previously.
ReturnsNone.
API Documentation for Twisted, generated by pydoctor at 2013-11-08 22:07:30.