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
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