I am trying to create a GUI infrastructure that will have an event loop. some threads to handle the user interface, and some to handle events. I searched a bit and found these three libraries, and I wonder which one is better to use? what are the pros and cons?
I could use one of these three libraries or even create something for myself using python threads or a parallel library.
I would appreciate an exchange of experience, comparison and comparison.
python multithreading gevent eventlet greenlets
mehdy
source share