does anyone know if thrift (0.6.0 or 0.8.0) support async/non-blocking ruby client? if yes, how does the client get the return results?
in my setup, the client calls the service with a request that can take some time for the server to respond to. so how can this be made non-blocking wherein the client is gets notified with the results when the call really returns? thanks
