Flowdock
invoke_service(name) private

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/drb/extservm.rb, line 75
    def invoke_service(name)
      Thread.critical = true
      @waiting.push Thread.current
      @queue.push name
      Thread.stop
    end
Register or log in to add new notes.