Could someone post a simple example of using an Async XML-RPC client?
The only sample I see in the source code is a test using the Tornado AsyncHTTPTestCase framework.
The asynch client example in README.md accepts a URL, but doesn't show how to build a client request.
Thanks.