On 10/21/2015 12:07 PM, Aradeonas wrote:
I want to make a simple and safe queue
What exactly do you mean by "Thread Queue" ?

Is this the same as a "Thread Pool" (i.e. severakl threads that wait for work and can be assigned a task if necessary without the need of creating a new thread)

I once did a thread pool implementation. But I think that there are several more implementations that are better tested than mine.

-Michael


--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to