Re: test_select for(;;) question

2004-09-12 Thread Ralf S. Engelschall
On Sun, Feb 08, 2004, whoosh777 wrote: another Pth-2.0.0 test_select question: in test_select.c, in main(), I dont see how the program can ever reach the code following the for(;;) loop, ie am I being naive or is it impossible for the code to reach: pth_cancel(t_ticker

test_select for(;;) question

2004-02-08 Thread whoosh777
Hello, another Pth-2.0.0 test_select question: in test_select.c, in main(), I dont see how the program can ever reach the code following the for(;;) loop, ie am I being naive or is it impossible for the code to reach: pth_cancel(t_ticker); pth_join(t_ticker, NULL