Project

General

Profile

« Previous | Next » 

Revision 1879

parallel.py: MultiProducerPool.main_loop(): Got rid of no longer correct doc comment

View differences:

parallel.py
100 100
        self.vars_id_dict[id(value)] = value
101 101
    
102 102
    def main_loop(self):
103
        '''@param pool Must be a pool returned by mk_pool()'''
104 103
        try:
105 104
            while True:
106 105
                # block=False raises Empty immediately if the queue is empty,

Also available in: Unified diff