Skip to content

Instantly share code, notes, and snippets.

@glowacki-dev
Created October 10, 2017 07:32
Show Gist options
  • Save glowacki-dev/485dda07ca3e730c8ce2672369472219 to your computer and use it in GitHub Desktop.
Save glowacki-dev/485dda07ca3e730c8ce2672369472219 to your computer and use it in GitHub Desktop.
Forking in Ruby
4.times do |i|
fork do
...
end
end
Process.waitall
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment