d only returns true in this case if the other node/lab * has sent a message on the idle communicator to indicate that it has * become idle. */ if( checkForIncomingMessage( otherLab, idleCommunicator ) ) { return true; } else { return false; } } The following is an example of how a node can receive a message from another node using one embodiment of the present invention.