SafeThread

Safe thread that handles errors and exceptions and writes a crash file before stopping the server.

Constructors

this
this(LanguageManager lang, T fn)
Undocumented in source.
this
this(string name, LanguageManager lang, T fn)
Undocumented in source.

Meta