Re: [E-devel] [EGIT] [tools/examples] master 01/01: eina: Add a first pass futures example (from eina examples)

2017-12-12 Thread Andrew Williams
Hi, Thanks so much for the suggestions. The Ecore_Timer was a copy/paste issue but the others are all new to me :) Andy On Tue, 12 Dec 2017 at 20:51, Gustavo Sverzut Barbieri wrote: > Thanks for your work, few comments to improve it a little more: > > > +typedef struct _Ctx { > > + Eina_Promi

Re: [E-devel] [EGIT] [tools/examples] master 01/01: eina: Add a first pass futures example (from eina examples)

2017-12-12 Thread Gustavo Sverzut Barbieri
Thanks for your work, few comments to improve it a little more: > +typedef struct _Ctx { > + Eina_Promise *p; > + Eina_Bool should_fail; > + Ecore_Timer *timer; efl_loop_timeout(loop, seconds) will return a future that resolves once at a given time, it's a non-recurring timer. if you want