+ 5
Can anyone explain me what is event threading in python?
2 ответов
+ 4
I don't know. But this might help you:
https://en.m.wikibooks.org/wiki/Python_Programming/Threading
+ 2
Event threading is where you get two things to run at the same time, perhaps on different CPUs. Read up about it on the Internet if you want to understand more.