示例#1
0
void DistGraph::Connect( Int source, Int target )
{
    DEBUG_ONLY(CSE cse("DistGraph::Connect"))
    QueueConnection( source, target, true );
    ProcessLocalQueues();
}
示例#2
0
void DistGraph::Connect( Int source, Int target )
{
    EL_DEBUG_CSE
    QueueConnection( source, target, true );
    ProcessLocalQueues();
}