Qudi
Public Member Functions | Public Attributes | List of all members
core.parentpoller.ParentPollerUnix Class Reference

A Unix-specific daemon thread that terminates the program immediately when the parent process no longer exists. More...

Inheritance diagram for core.parentpoller.ParentPollerUnix:
Inheritance graph
[legend]
Collaboration diagram for core.parentpoller.ParentPollerUnix:
Collaboration graph
[legend]

Public Member Functions

def __init__ (self, quitfunction=None)
 Create the parentpoller. More...
 
def run (self)
 Run the parentpoller.
 

Public Attributes

 daemon
 
 quitfunction
 

Detailed Description

A Unix-specific daemon thread that terminates the program immediately when the parent process no longer exists.

Constructor & Destructor Documentation

◆ __init__()

def core.parentpoller.ParentPollerUnix.__init__ (   self,
  quitfunction = None 
)

Create the parentpoller.

Parameters
callablequitfunction: function to run before exiting

The documentation for this class was generated from the following file: