191192193194195196197198199200201
ct.start(); mt.start(); // trigger for action ct.trigger(); mt.trigger(); // wait for threads to terminate ct.join(); mt.join();
188189190191192193194195196197198