> How such centralized event-based approach would play with existing Geany > functionality, that I can't tell and I do believe its limitations have > probably already become evident from the attempts you mentioned.
It works fine, GLib has async IO facilities designed to work with its main loop. It also has a way to safely send messages from worker threads to the GUI thread if the normal async IO approach wasn't used. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/1458#issuecomment-292722794
