125126127128129130131132133134135
// trigger for action ct.trigger(); mt.trigger(); // wait for threads to terminate ct.join(); mt.join(); // wait for all tasks to terminate delay();
194195196197198199200201202203204
191192193194195196197198199200201