GitHub user yelirekim opened a pull request:
https://github.com/apache/thrift/pull/400
THRIFT-3041: Add an option to generate asynchronous clients for Cocoa
This adds the option `async_clients` to those available for Cocoa in the
compiler. When applied, it will generate client implementations which invoke
their methods asynchronously. This also necessarily includes interface
declarations for asynchronous transports in the Cocoa library.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/yelirekim/thrift feature/cocoa-async-clients
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/thrift/pull/400.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #400
----
commit 47ae371e62787f27a79172b19280c98d26838d8b
Author: Mike Riley <[email protected]>
Date: 2015-03-18T21:36:56Z
Support for async clients
commit 575a8c03031bfcbaa7caa0faa487cce41b886a54
Author: Mike Riley <[email protected]>
Date: 2015-03-19T03:20:05Z
Formatting fixes
commit 572d10743c985b97f3415c075550cad298567e3a
Author: Mike Riley <[email protected]>
Date: 2015-03-19T03:37:25Z
Adding text explaining what this option does
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---