In the following code, I expect 1000 lines of 'a' to be printed, but it does not output anything. Without Thread.new{ and }, it works. What am I doing wrong?
Thread.new{1000.times{puts 'a'}}
|
In the following code, I expect 1000 lines of
| |||
|
feedback
|
|
You create a thread that will print | |||
|
feedback
|
|
try
| |||
feedback
|