Re: [E-devel] [EGIT] [core/efl] master 01/01: efl_loop: move scheduler_get to eo API

2018-01-03 Thread Gustavo Sverzut Barbieri
On Wed, Jan 3, 2018 at 1:07 PM, Andrew Williams wrote: > Then surely the we are missing something in eina to get the main loop > scheduler? > Moving this code into the efl namespace seems misleading if the intent is > that it would not be part of our bindings. > Eina is, if I understand it, there

Re: [E-devel] [EGIT] [core/efl] master 01/01: efl_loop: move scheduler_get to eo API

2018-01-03 Thread Andrew Williams
Then surely the we are missing something in eina to get the main loop scheduler? Moving this code into the efl namespace seems misleading if the intent is that it would not be part of our bindings. Eina is, if I understand it, there for the C implementation specifics... Andy On Wed, 3 Jan 2018 at

Re: [E-devel] [EGIT] [core/efl] master 01/01: efl_loop: move scheduler_get to eo API

2018-01-03 Thread Gustavo Sverzut Barbieri
On Wed, Jan 3, 2018 at 11:55 AM, Andrew Williams wrote: > Hi, > > We need to expose some API for creating an Eina_Future_Scheduler if it is > to remain in eina_promise_new. > The alternative is that we pass a simple Eo *parent instead and we could > keep all the scheduler work internally. Sorry,

Re: [E-devel] [EGIT] [core/efl] master 01/01: efl_loop: move scheduler_get to eo API

2018-01-03 Thread Andrew Williams
Hi, We need to expose some API for creating an Eina_Future_Scheduler if it is to remain in eina_promise_new. The alternative is that we pass a simple Eo *parent instead and we could keep all the scheduler work internally. Andy On Wed, 3 Jan 2018 at 13:17 Gustavo Sverzut Barbieri wrote: > On We

Re: [E-devel] [EGIT] [core/efl] master 01/01: efl_loop: move scheduler_get to eo API

2018-01-03 Thread Gustavo Sverzut Barbieri
On Wed, Jan 3, 2018 at 11:07 AM, Andrew Williams wrote: > Hi, > > I was concerned that, as this had been added in a legacy header, it may > need to remain..? not a legacy header, rather a "eo-only" and "c-only" header... usually for things that shouldn't be exposed to bindings, at least on an aut

Re: [E-devel] [EGIT] [core/efl] master 01/01: efl_loop: move scheduler_get to eo API

2018-01-03 Thread Andrew Williams
Hi, I was concerned that, as this had been added in a legacy header, it may need to remain..? Andrew On Wed, 3 Jan 2018 at 13:05 Gustavo Sverzut Barbieri wrote: > On Wed, Jan 3, 2018 at 10:46 AM, Andy Williams > wrote: > > ajwillia-ms pushed a commit to branch master. > > > > > http://git.enl

Re: [E-devel] [EGIT] [core/efl] master 01/01: efl_loop: move scheduler_get to eo API

2018-01-03 Thread Gustavo Sverzut Barbieri
On Wed, Jan 3, 2018 at 10:46 AM, Andy Williams wrote: > ajwillia-ms pushed a commit to branch master. > > http://git.enlightenment.org/core/efl.git/commit/?id=f910ba248e3f8f8390674e79cbbe49582eed861e > > commit f910ba248e3f8f8390674e79cbbe49582eed861e > Author: Andy Williams > Date: Wed Jan 3 1