Martin Veith created ETCH-238:
---------------------------------

             Summary: Implementation EtchAsyncResult 
                 Key: ETCH-238
                 URL: https://issues.apache.org/jira/browse/ETCH-238
             Project: Etch
          Issue Type: Sub-task
          Components: binding-cpp
            Reporter: Martin Veith
            Assignee: Martin Veith


The AsyncResult class is used as the return value of each method call. The 
returned object should act as a future object and also provide a callback 
mechanism to inform the user as soon as the answer has been received.
The AsyncResult is a template class. The template is filled by the return type 
of the method the user is calling.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to