test02

Members

Aliases

daemon
alias daemon = Daemon!("Test2", KeyValueList!(Composition!(Signal.Terminate, Signal.Quit, Signal.Shutdown, Signal.Stop), (shared IDaemonLogger logger, Signal signal), Signal.HangUp, (logger)), (logger, shouldExit))
Undocumented in source.
daemon
alias daemon = DaemonClient!("Test2", Composition!(Signal.Terminate, Signal.Quit, Signal.Shutdown, Signal.Stop), Signal.HangUp)
Undocumented in source.

Functions

main
int main()
Undocumented in source. Be warned that the author may not have intended to support it.
main
int main()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta

License

Subject to the terms of the MIT license, as written in the included LICENSE file.

Authors

NCrashed <ncrashed@gmail.com>