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 Mar 29 2025 09:17:43 for armarx_documentation by
1.8.17