Searched refs:_doqueue (Results 1 - 1 of 1) sorted by relevance

/ec/ECSpooler/lib/
H A DSpooler.py112 self._doqueueThread = threading.Thread(target=self._doqueue)
553 def _doqueue(self): member in class:Spooler
558 and managed by the threading.Thread class. _doqueue() runs in a
616 #LOG.debug('_doqueue: self._queue is empty');

Completed in 10 milliseconds