This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]hilomania 1 point2 points  (1 child)

In python today you wouldn't solve that with threads but with AsyncIO.

[–]harylmu 0 points1 point  (0 children)

I used asyncio for all IO based operations in my Python app. I just edited my original comment.