[
https://issues.apache.org/jira/browse/THRIFT-4422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16288448#comment-16288448
]
ASF GitHub Bot commented on THRIFT-4422:
----------------------------------------
GitHub user Jens-G opened a pull request:
https://github.com/apache/thrift/pull/1444
THRIFT-4422 Add Async implementation via IFuture
Client: Delphi
Patch: Jens Geyer
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Jens-G/thrift THRIFT-4422
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/thrift/pull/1444.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 #1444
----
commit 6b1b9bc3a6bc3709c86b3f6ff55c32636ae23c93
Author: Jens Geyer <[email protected]>
Date: 2017-12-09T12:47:09Z
THRIFT-4422 Add Async implementation via IFuture
Client: Delphi
Patch: Jens Geyer
----
> Add Async implementation via IFuture
> ------------------------------------
>
> Key: THRIFT-4422
> URL: https://issues.apache.org/jira/browse/THRIFT-4422
> Project: Thrift
> Issue Type: Improvement
> Components: Delphi - Compiler
> Reporter: Jens Geyer
> Assignee: Jens Geyer
>
> Add optional implementation of an {{IAsync}} interface loosely modeled after
> the C# implementation. Delphi supports IFuture starting with Delphi XE7,
> hence it should be an optional feature to be enabled via {{-gen
> delphi:async}}, again just like C# does.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)