How to run a remote function asynchronously
Ice
offers a simple way to run function asynchronously:
::Ice::AsyncResultPtr async_result = proxy->begin_iceInterfaceMethod();
FunctionReturnType result = proxy->end_iceInterfaceMethod(async_result);
Generated on Sat Oct 12 2024 09:14:23 for armarx_documentation by
1.8.17