Name
mcWaitAny — Block until any remote operation has completed (C
API)
Synopsis
#include <memcom.h>
int mcWaitAny();
Description
mcWaitAny
blocks until a remote
non-blocking operation has completed or failed, and the server has
sent back the return code. The corresponding handle is returned or,
if no such operation is running, 0 is returned.