332333334335336337338339340341342
{ while( !shuttingDown ) { try { unfetchedRunnables.waitForNewItem(); } catch( InterruptedException e ) { continue; }
430431432433434435436437438439440
{ while( !shuttingDown ) { try { unfetchedSessionBuffers.waitForNewItem(); } catch( InterruptedException e ) { continue; }
442443444445446447448449450451452
389390391392393394395396397398399
392393394395396397398399400401402
{ while (!shuttingDown) { try { unfetchedSessionBuffers.waitForNewItem(); } catch (InterruptedException e) { continue; }