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