< Previous by Date | Date Index | Next by Date > |
Thread Index |
if (!uacShutdownHandler.dumShutDown) { FdSet fdset; dumUac->buildFdSet(fdset); int err = fdset.selectMilliSeconds(dumUac->getTimeTillNextProcessMS()); assert ( err != -1 ); dumUac->process(fdset); } Can someone explain the purpose of this code? Thanks.