[
https://issues.apache.org/jira/browse/THRIFT-136?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12629579#action_12629579
]
Bryan Duxbury commented on THRIFT-136:
--------------------------------------
It's too easy to mistakenly make a method noreturn if you just don't specify a
return type. I think it should have to be specified one way or another.
I still prefer noreturn, but if people are really against that, we could do
"oneway".
> Rename "async void" to "noreturn void" or just "noreturn"
> ---------------------------------------------------------
>
> Key: THRIFT-136
> URL: https://issues.apache.org/jira/browse/THRIFT-136
> Project: Thrift
> Issue Type: Improvement
> Reporter: David Reiss
> Priority: Minor
>
> "async" is not a very descriptive name for functions that don't return any
> value. I suggest that we change this keyword to "noreturn" to free up the
> term "async" to refer to non-blocking function calls. Votes?
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.