On Sun, 2020-05-17 at 20:32 +, Luis via Digitalmars-d-learn wrote:
> On Sunday, 17 May 2020 at 10:19:38 UTC, Russel Winder wrote:
> > I am experimenting with using manual control of the Glib event
> > loop using the pending and iteration methods on the default
> > MainContext within each unit
On Sunday, 17 May 2020 at 10:19:38 UTC, Russel Winder wrote:
I am experimenting with using manual control of the Glib event
loop using the pending and iteration methods on the default
MainContext within each unit- threaded test. The alternative of
running a GTK application and then putting the
On Sat, 2020-05-16 at 11:37 +, Cogitri via Digitalmars-d-learn wrote:
> On Saturday, 16 May 2020 at 10:51:07 UTC, Russel Winder wrote:
> > Has anyone got any D code using the Glib event loop, usually
> > GtkD code I'd guess, that is well tested using Unit_Threaded?
>
> I always had a hard tim
On Saturday, 16 May 2020 at 10:51:07 UTC, Russel Winder wrote:
Has anyone got any D code using the Glib event loop, usually
GtkD code I'd guess, that is well tested using Unit_Threaded?
I always had a hard time doing unittests for things with as many
moving parts as glib based software, so I