Beispiel #1
0
 public void Action()
 {
     foreach (var script in _scripts)
     {
         _threadPool.AddCommands(script);
     }
 }
Beispiel #2
0
 internal void AddCommand(IScriptCommand command)
 {
     threadPool.AddCommands(command);
 }