twisted.internet.interfaces.IReactorDaemonize(Interface) interface documentationtwisted.internet.interfaces
(View In Hierarchy)
Known implementations: twisted.internet.kqreactor.KQueueReactor, twisted.test.test_twistd.FakeDaemonizingReactor
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 afterDaemonizeis called. | 
| Method | afterDaemonize | Hook to be called immediately after daemonization. This may only be 
called after beforeDaemonizehad been called previously. | 
Hook to be called immediately before daemonization. No reactor methods 
may be called until afterDaemonize
is called.
| Returns | None. | |
Hook to be called immediately after daemonization. This may only be 
called after beforeDaemonize
had been called previously.
| Returns | None. | |