Tag : event loop
Home » Posts tagged event loop"
Im using py-Asterisk 0.5.3. Im trying to use it along a Tkinter-based GUI so Ive dedicated a thread for reading incoming AMI events.Which is the preferred way to gracefully exit from an event loop ?More precisely:This thread is waiting for input eve..