Re: [Vala] ThreadPool

2019-04-14 Thread Wolfgang Mauer
Many thanks for answer! "free" That was also my thought, I thought because there is a method "public uint *unprocessed*()", maybe there is a possibility of getting rid of the "*unprocessed*"... Am 14.04.19 um 16:34 schrieb Al Thomas via vala-list:

Re: [Vala] ThreadPool

2019-04-14 Thread Al Thomas via vala-list
> On Sunday, 14 April 2019, 14:44:46 BST, Wolfgang Mauer wrote: > is it possible to remove all "unprocessed" Threads in a ThreadPool? > Practically I would like to remove all "pending/unprocessed" thread in > the pool before I add a new one. You could use the ThreadPool's move_to_front (

[Vala] ThreadPool

2019-04-14 Thread Wolfgang Mauer
Hi all, is it possible to remove all "unprocessed" Threads in a ThreadPool? Practically I would like to remove all "pending/unprocessed" thread in the pool before I add a new one. Thanks for Help Wolfgang ___ vala-list mailing list vala-list@gnome.o