# Functions
goland:noinspection GoUnusedExportedFunction.
No description provided by the author
goland:noinspection HttpUrlsUsage.
# Variables
AppExitHelper is a helper to register and execute functions upon app exit.
StdHelper implements IStdHelper, to be used to queue messages during T-UI active, then print them out when T-UI is closed.
# Interfaces
IAppExitHelper is a helper to register and execute functions upon app exit.
IStdHelper is a helper to print stdout & stderr with ability to enable queue messages then will print them out when requested by PrintQueuedMessages().
# Type aliases
FuncUponAppExit is a function that will be executed upon app exit.