tornadorpc
tornadorpc copied to clipboard
async client example
Is there an async client example for Tornado? The one in readme is blocking. Thanks.
I think you can use this: https://github.com/joshmarshall/tornadorpc/blob/master/tests/test_async.py#L28