Dear Wiki user, You have subscribed to a wiki page or wiki category on "Thrift Wiki" for change notification.
The following page has been changed by JohanStuyts: http://wiki.apache.org/thrift/Tutorial ------------------------------------------------------------------------------ * This method has an async modifier. That means the client only makes * a request and does not listen for any response at all. Async methods * must be void. + * + * The server may execute async invocations of the same client in parallel/ + * out of order. */ async void zip()
