Ejemplo n.º 1
0
 public bool GetNextCommand(out ScheduledCommand command) => commands.TryPop(out command);
Ejemplo n.º 2
0
 void Add(ScheduledCommand command)
 {
     commands.Add(command);
 }