CtrlMsg

Control message sent to a supervisor contains the Tid of the actor which send it and the state

@safe
alias CtrlMsg = Tuple!(string, "task_name", Ctrl, "ctrl")