A Unix-specific daemon thread that terminates the program immediately when the parent process no longer exists.
More...
|
def | __init__ (self, quitfunction=None) |
| Create the parentpoller. More...
|
|
def | run (self) |
| Run the parentpoller.
|
|
A Unix-specific daemon thread that terminates the program immediately when the parent process no longer exists.
◆ __init__()
def core.parentpoller.ParentPollerUnix.__init__ |
( |
|
self, |
|
|
|
quitfunction = None |
|
) |
| |
Create the parentpoller.
- Parameters
-
callable | quitfunction: function to run before exiting |
The documentation for this class was generated from the following file: