Thread.new{ ... thread code ...}.join
The extra verboseness quickly adds up if every statement takes twice as much code.
Thread.new{ ... thread code ...}.join
The extra verboseness quickly adds up if every statement takes twice as much code.