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