Example: lr.rendezvous

In the following example, the lr.rendezvous function sets the QueryRendz rendezvous point. When all users belonging to this rendezvous arrive at the rendezvous point, they perform the next instructions simultaneously.

lr.rendezvous("QueryRendz");
matches = orSearchEngine.search( lr.eval_string("<QUERY_STRING>") , 50 );
for (int i = 0; i < matches.length; i++ ) { 
    // ...
}