# Functions
No description provided by the author
MonitorSigMessages -> receives the signal of termination, and reacts based on this It should call the Cancel Context, and the entire app should terminate gracefully.
No description provided by the author
# Variables
var WaitFinished = make(chan bool) TODO: should be set here the default context instead of the background?!.
var WaitFinished = make(chan bool) TODO: should be set here the default context instead of the background?!.
# Type aliases
No description provided by the author