Ruby - Concurrent Programming
What does
Thread.new do in Ruby?Thread.new do in Ruby?Thread.newThread.new starts a new thread that runs the code inside its block concurrently with the main program.Thread.new = create thread [OK]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions