예제 #1
0
void WebKitMessagePumpHelper::delayTimerFired()
{
    ScheduleWork();
}
void MessagePumpLibevent::Quit() {
    // Tell both libevent and Run that they should break out of their loops.
    keep_running_ = false;
    ScheduleWork();
}