Re: [Development] Looking for Feedback QDeferred

2019-03-04 Thread Marco Bubke
os Cc: development@qt-project.org Subject: Re: [Development] Looking for Feedback QDeferred Hi, Sorry for the kinda late response, but you probably would also like to check https://github.com/dkormalev/asynqro for ideas about API improvements. -- Regards, Denis Kormalev On Feb 12, 2019, at 1:

Re: [Development] Looking for Feedback QDeferred

2019-03-03 Thread Denis Kormalev
Hi, Sorry for the kinda late response, but you probably would also like to check https://github.com/dkormalev/asynqro for ideas about API improvements. -- Regards, Denis Kormalev > On Feb 12, 2019, at 1:38 AM, Juan Gonzalez Burgos > wrote: > > Hi, >

Re: [Development] Looking for Feedback QDeferred

2019-02-12 Thread Juan Gonzalez Burgos
Hi, Looking at it with the “Qt Creator” hat on, i.e. with the mindset of “could we replace what we do in Qt Creator with our extension of QtConcurrent". ( http://code.qt.io/cgit/qt-creator/qt-creator.git/tree/src/libs/utils/runextensions.h adds the convenience and actual runnable based around QFut

Re: [Development] Looking for Feedback QDeferred

2019-02-11 Thread Eike Ziller
Hi, Looking at it with the “Qt Creator” hat on, i.e. with the mindset of “could we replace what we do in Qt Creator with our extension of QtConcurrent". (http://code.qt.io/cgit/qt-creator/qt-creator.git/tree/src/libs/utils/runextensions.h adds the convenience and actual runnable based around QFu

Re: [Development] Looking for Feedback QDeferred

2019-02-11 Thread Juan Gonzalez Burgos
hat-color-is-your-function/ > > > > > *Sent:* Monday, February 11, 2019 at 6:49 AM > *From:* "Juan Gonzalez Burgos" > *To:* development@qt-project.org > *Subject:* [Development] Looking for Feedback QDeferred > Hi guys, > > Sorry to bother you with

Re: [Development] Looking for Feedback QDeferred

2019-02-11 Thread Jason H
Juan Gonzalez Burgos" To: development@qt-project.org Subject: [Development] Looking for Feedback QDeferred Hi guys,   Sorry to bother you with yet another promise/deferred library for Qt. I am looking for feedback. https://github.com/juangbu

Re: [Development] Looking for Feedback QDeferred

2019-02-11 Thread Volker Hilsheimer
On 11 Feb 2019, at 12:49, Juan Gonzalez Burgos mailto:juangbur...@gmail.com>> wrote: Hi guys, Sorry to bother you with yet another promise/deferred library for Qt. I am looking for feedback. https://github.com/juangburgos/QDeferred I like it! The start/stopLoopInThread seems to me to be a b

Re: [Development] Looking for Feedback QDeferred

2019-02-11 Thread Elvis Stansvik
Looks nice! From an API perspective I would call the provider APIs fail(...) and succeed(...) instead of reject(...) and resolve(...), and the corresponding consumer APIs onSucceeded(...) and onFailed(...) (or whenSucceeded(...) / whenFailed(...)). Or something else that makes the connection betwee

[Development] Looking for Feedback QDeferred

2019-02-11 Thread Juan Gonzalez Burgos
Hi guys, Sorry to bother you with yet another promise/deferred library for Qt. I am looking for feedback. https://github.com/juangburgos/QDeferred Thanks. ___ Development mailing list Development@qt-project.org https://lists.qt-project.org/listinfo/dev