addShutdownHandler

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void addShutdownHandler(void delegate(scope const(char)[] reason) fn)
    void
    addShutdownHandler
    (
    void delegate
    (
    scope const(char)[] reason
    )
    fn
    )
  2. void addShutdownHandler(void delegate() fn)

Meta