What are the costs of thread start-up?
Why is this not a QRunnable (In my experience Runnables start faster than treads - though it may be anecdotal)
How does it interact with thread pools?
 
I cringe when I see Promises in 2019. Node/JS uses them because they (until recently) only had one thread they could run on. We don't have this limitation in Qt. I'm on board with easy lambda threading. I'm not on board with more Promises.  http://journal.stuffwithstuff.com/2015/02/01/what-color-is-your-function/
 
 
 
 
Sent: Monday, February 11, 2019 at 6:49 AM
From: "Juan Gonzalez Burgos" <juangbur...@gmail.com>
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/juangburgos/QDeferred
 
Thanks.
_______________________________________________ Development mailing list Development@qt-project.org https://lists.qt-project.org/listinfo/development
_______________________________________________
Development mailing list
Development@qt-project.org
https://lists.qt-project.org/listinfo/development

Reply via email to