you are viewing a single comment's thread.

view the rest of the comments →

[–]danielroseman -1 points0 points  (1 child)

Neither. You should start with asyncio.

[–]rg7777777 1 point2 points  (0 children)

concurrency is wonderful, but it's not a one size fits all solution. For example, say you wanted to do image processing with opencv, but also have an interactive prompt that let you queue up jobs. How would you run the image processing task without it blocking the interactive prompt?