There is such thing in Lazarus?
I'm starting few threads from different forms and I want to limit the global number of simultaneous threads to 3 (my processor has 4 cores).I need something like a thread pool that will queue the new started threads so that only 3 simultaneous threads can run in parallel.
Thank you!