cutajarj / multithreadinginpython

Multi-threading examples in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Please remove 'while True' from 'work_out_row()' function

mako101 opened this issue · comments

This loop causes the barrier.wait() to be called too many times, which i think resets the count when it reaches 0 and therefore the code never exits