method
invoke_thread
![No documentation Importance_0](https://d2vfyqvduarcvs.cloudfront.net/images/importance_0.png?1349367920)
invoke_thread()
private
Hide source
# File lib/drb/extservm.rb, line 62 def invoke_thread Thread.new do while name = @queue.pop invoke_service_command(name, @@command[name]) end end end