Re: Async Callbacks w/Python 3 + Gtk3

2018-12-18 Thread Marius Gedminas
On Mon, Dec 17, 2018 at 04:09:27PM -0500, Adam Tauno Williams wrote: > I'm rebuilding an old application in Python3+Gtk. > > The applications makes calls to remote services which I'd like to have > be asynchronous.  I've search around the interwebz and found a wide > variety of answers to this que

Async Callbacks w/Python 3 + Gtk3

2018-12-17 Thread Adam Tauno Williams
I'm rebuilding an old application in Python3+Gtk. The applications makes calls to remote services which I'd like to have be asynchronous.  I've search around the interwebz and found a wide variety of answers to this question [Gtk.mainloop + async(other- loop?)];  almost all of them are pretty old.