From: Ruby Newbee Date: 2010-01-22T17:49:13+09:00 Subject: Re: thread example On Fri, Jan 22, 2010 at 4:20 PM, Robert Klemme wrote: > I would rather add "counter.join" at the end because otherwise process > may exit before the thread had time to generate the output.  In that > case sync = true does not help much. > That's right. we need a thread_object.join at the end. Thanks robert.