Multiprocessing In Python Jump Over Process With No Error
I have the following code which acts pretty strange. class A: def __init__(self): self.lock = Lock() self.process_list = [] self.event_list = []
Solution 1:
See Matt's comment, the problem is caused by child output intermingles with parent output.
Post a Comment for "Multiprocessing In Python Jump Over Process With No Error"