MemCom Reference Manual > MemCom C API Manual Pages > Client/Server Functions > mcTestAny

Name

mcTestAny — Test if any non-blocking operation has completed (C API)

Synopsis

#include <memcom.h>

int mcTestAny();

Description

mcTestAny enables to check whether a non-blocking operation on any remote MemCom server has completed. If this is the case, the corresponding handle is returned. Otherwise, 0 is returned.

See also

mcTest, mcTestAll, mcWaitAny