| 2383 | } |
| 2384 | |
| 2385 | void AsyncDispatchWorker::run(void) { |
| 2386 | while (continueRunning()) { |
| 2387 | emptyQueue(); |
| 2388 | base::threading::msleep(10); // 10ms |
| 2389 | } |
| 2390 | } |
| 2391 | #endif // ELPP_ASYNC_LOGGING |
| 2392 | |
| 2393 | // DefaultLogBuilder |
no test coverage detected