aboutsummaryrefslogtreecommitdiffstats
path: root/toys/brhute-rb/spike/threads_test.rb
blob: 9943da5058ef0979a7e04701e4e940993bd33d5d (plain) (blame)
1
2
3
a = Thread.new { loop {} }
b = Thread.new { loop {} }
b.join