SchedulerMonSvc: fix uninitialized variable
Lambda is being called from outside its original scope and hence needs to capture variables by value. Not clear if this had any impact but it fixes valgrind warnings.
Closes ATR-22381.
Lambda is being called from outside its original scope and hence needs to capture variables by value. Not clear if this had any impact but it fixes valgrind warnings.
Closes ATR-22381.