OMNIRPC_WAIT_ALL

Name

OMNIRPC_WAIT_ALL -- Wait of multiple asynchronous calls

Synopsis

integer nreq, ireqs(*)
          

call OMNIRPC_WAIT_ALL(nreq, ireqs);

Description

It blocks caller threads until the end of all asynchronous function calls corresponding to nreq. Calls requests of req which are stored in an array of ireqs.