Example #1
0
 void mode(bool isEager)
 {
     context_switches.Push(isEager);
 }
Example #2
0
 public void graph_mode(bool isFunc = false)
 => context_switches.Push(false, isFunc);