Re: [Development] Making TaskTree a public API

2025-07-17 Thread Jaroslaw Kobus via Development
Confidential > > From: Ville Voutilainen > Sent: Tuesday, May 27, 2025 11:28 PM > To: Volker Hilsheimer > Cc: Jaroslaw Kobus; development@qt-project.org > Subject: Re: [Development] Making TaskTree a public API [...] > An observat

Re: [Development] Making TaskTree a public API

2025-05-28 Thread Jaroslaw Kobus via Development
> > From: Volker Hilsheimer > Sent: Tuesday, May 27, 2025 5:35 PM > To: Jaroslaw Kobus > Cc: development@qt-project.org > Subject: Re: [Development] Making TaskTree a public API > > Hi Jarek, > > > Thanks for pu

Re: [Development] Making TaskTree a public API

2025-05-27 Thread Ville Voutilainen
On Tue, 27 May 2025 at 18:37, Volker Hilsheimer via Development wrote: > Two thoughts: > > - how does TaskTree fit into a C++26 future with sender/receiver A quick look based on documentation: 1) it's easy to fit a TaskTree into a sender pipeline, it has signals, so the generic adaptation will j

Re: [Development] Making TaskTree a public API

2025-05-27 Thread Fabian Kosmale via Development
ndet: Montag, 26. Mai 2025 15:56 An: development@qt-project.org Betreff: [Development] Making TaskTree a public API Hi All, I'd like to start a broader discussion about including TaskTree in Qt and making it a public API. TaskTree is a solution broadly used in QtCreator in hundreds of pl

Re: [Development] Making TaskTree a public API

2025-05-27 Thread Edward Welbourne via Development
Volker Hilsheimer (27 May 2025 17:35) wrote: > The asset-downloader using it might be one reason, but [...] the only > example that uses that (short of the example showing how to use the > downloader, which is in qtdeclarative…) is the car-configurator, which > is in qtdoc. So if there is no other

Re: [Development] Making TaskTree a public API

2025-05-27 Thread Volker Hilsheimer via Development
> On 26 May 2025, at 15:56, Jaroslaw Kobus via Development > wrote: > > Hi All, > > I'd like to start a broader discussion about including TaskTree in Qt and > making it a public API. > > TaskTree is a solution broadly used in QtCreator in hundreds of places, > for convenient managing of sets

[Development] Making TaskTree a public API

2025-05-26 Thread Jaroslaw Kobus via Development
Hi All, I'd like to start a broader discussion about including TaskTree in Qt and making it a public API. TaskTree is a solution broadly used in QtCreator in hundreds of places, for convenient managing of sets of asynchronous tasks of various types, including running processes, functions in sepa