ExecuteThreadedCompile() public method

public ExecuteThreadedCompile ( int threads ) : void
threads int
return void
Example #1
0
 public void Execute(int threads)
 {
     Initialize();
     PreCompile();
     ScheduleAll();
     BaseCompiler.ExecuteThreadedCompile(threads);
     PostCompile();
 }