コード例 #1
0
ファイル: Executor.cs プロジェクト: thunder176/HeuristicLab
 public Executor() {
   IsStopping = false;
   IsPausing = false;
   executorQueue = new ExecutorQueue();
 }
コード例 #2
0
 public Executor()
 {
     IsStopping    = false;
     IsPausing     = false;
     executorQueue = new ExecutorQueue();
 }