Subject: [ruby-talk:13206] Re: question on threads
From: harryo zipworld.com.au (Harry Ohlsen)
Date: Mon, 26 Mar 2001 07:10:06 +0900
References: 131871318813208
join each of the threads it creates.
Note that you have to create them all first, because as soon as you
join one, your main thread will not continue until the thread it's
joined exits.