Take implementation burden from the derived classes _run() callback by moving the respective code into the run() wrapper methods of the base class.Signed-off-by: Jan Lindemann <jan@janware.com>
Take implementation burden from the derived classes _run() callback by moving the respective code into the run() wrapper methods of the base class.