Created
June 24, 2014 05:21
-
-
Save zlx/5434fbf0dca1c86d61fa 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 am an orphan!" | |
end | |
end | |
Process.wait | |
abort "Parent process died..." |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
输出结果: