Flowdock
method

multicall_async

Importance_0
v1_9_3_125 - Show latest stable - 0 notes - Class: Client
multicall_async(*methods) public

No documentation

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

Hide source
# File lib/xmlrpc/client.rb, line 455
    def multicall_async(*methods)
      ok, params = multicall2_async(*methods)
      if ok
        params
      else
        raise params
      end
    end
Register or log in to add new notes.