In-reply-to » Time to dive into threading and c++. I will start with making the file/image downloader threaded, then I'll make the timeline fetching and all that threaded as well.

@stigatle@yarn.stigatle.no I’d imagine that you’d be mostly dealing with GLib functions in your case. 🤔 GTK/GLib has its own event loop and you’re probably screwing things up if you’re using something like pthreads directly. 🤔

⤋ Read More