Created
March 12, 2010 06:08
-
-
Save ujihisa/330078 to your computer and use it in GitHub Desktop.
Blogger.vim Thu Mar 11 22:08:55 -0800 2010
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
pid0 = fork { | |
pid1 = fork { | |
sleep 2 | |
puts 'bah!' | |
} | |
sleep 1 | |
} | |
Process.kill 'HUP', pid0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment