OmniRpcWaitAll

Name

OmniRpcWaitAll -- Wait of multiple asynchronous calls

Synopsis

#include <OmniRpc.h>

voidOmniRpcWaitAll(intn, OmniRpcRequestreqs[]);

Description

It blocks caller threads until the end of all asynchronous function calls which correspond to n call requests of reqs. The call requests are stored in an array of OmniRpcRequest.