void DistGraph::Connect( Int source, Int target ) { DEBUG_ONLY(CSE cse("DistGraph::Connect")) QueueConnection( source, target, true ); ProcessLocalQueues(); }
void DistGraph::Connect( Int source, Int target ) { EL_DEBUG_CSE QueueConnection( source, target, true ); ProcessLocalQueues(); }