128129130131132133134135136137138
t.start(); threadSet.add(t); } else { t.run(); } } if (isMultiThreaded) { joinThreadSet(threadSet);