DaemonApp.this

This constructor only sets up the internal state of the class, but does not call any extension or user code.

Note: when calling this constructor, which does not accept an epoll instance, you must pass the epoll instance to startEventHandling instead.

Parameters

name istring

Name of the application (to show in the help message)

desc istring

Short description of what the program does (should be one line only, preferably less than 80 characters)

ver VersionInfo

application's version information

settings OptionalSettings

optional settings (see OptionalSettings, above)

Meta