439440441442443444445446447448449
public void run() { LogFactory.pushNDC(cacheName, trace); try { while (true) { try { Modification take = changesDeque.take(); if (take == QUIT_SIGNAL) { lastAsyncProcessorShutsDownExecutor = true; ensureMoreWorkIsHandled(); return; }