[ 
https://issues.apache.org/jira/browse/THRIFT-1782?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13527439#comment-13527439
 ] 

Carl Yeksigian commented on THRIFT-1782:
----------------------------------------

Thanks for the feedback.

The async keyword is optionally defined by the thrift compiler. Users can 
select to include these async functions, but by default, these will not be 
generated; thus preserving the backward compatibility.

Also, the async keyword in C# is now a part of the base language (in C# 5); 
before that it was only in technology preview. I don't think the thrift 
compiler was changed after that, but it seems a reasonable change to support 
async for all of C# now that it is no longer in preview.

                
> async only defined in silverlight
> ---------------------------------
>
>                 Key: THRIFT-1782
>                 URL: https://issues.apache.org/jira/browse/THRIFT-1782
>             Project: Thrift
>          Issue Type: Bug
>          Components: C# - Compiler
>    Affects Versions: 0.9
>            Reporter: Carl Yeksigian
>             Fix For: 1.0
>
>         Attachments: 1782.txt
>
>
> The async pattern is available in C# 5 on .NET 4.5. Thus, it shouldn't only 
> be for Silverlight.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to