Created
June 16, 2014 08:58
-
-
Save zlx/89f2cf36c2eda69ead3d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fork do | |
5.times do | |
sleep 1 | |
puts "I'm an orphan!" | |
end | |
end | |
abort "Parent process died..." |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment