I have two questions:
- Is there a way to insert a
ThreadPoolfunctoin that dosen't gets object as parameter(to insert a function to threadPool it need to be function that return void and ged one parameter -objcet) e.g i want to insert this function: double foo(int a,doble,b,string c)? - Is there a way to
waitto thread in the pool (like join)?