# Functions
ExecuteExitFunction invokes the registered function, with supplied params.
RegisterExitFunction registers a handle which should be executed before application exit, by calling ExecuteExitFunction.
TryRecoverAndExecuteExitFunctionIfRecovered will check if method has exited with panic.
# Type aliases
AppExitFunction is an alias of function which receives params
goland:noinspection GoNameStartsWithPackageName.