method
multicall2_async
v1_9_3_125 -
Show latest stable
- Class:
XMLRPC::Client
multicall2_async(*methods)public
No documentation available.
# File lib/xmlrpc/client.rb, line 464
def multicall2_async(*methods)
gen_multicall(methods, true)
end