mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
using "DRb.thread.join" instead of "gets"
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6536 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
0131ff249a
commit
a1162d2bf8
12 changed files with 17 additions and 20 deletions
|
@ -112,7 +112,6 @@ if __FILE__ == $0
|
|||
DRb.install_id_conv(name_conv)
|
||||
DRb.start_service(uri, Front.new)
|
||||
puts DRb.uri
|
||||
puts '[return] to exit'
|
||||
gets
|
||||
DRb.thread.join
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue