Skip to main content
typos
Source Link
Chris S
  • 65.6k
  • 53
  • 225
  • 240

I have two questions:

  1. Is there a way to insert a ThreadPool functoin 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 -objcetobject) e.g i want to insert this function: double foo(int a,doble,b,string c)double foo(int a,double b,string c)?
  2. Is there a way to wait to thread in the pool (like join)?

I have two questions:

  1. Is there a way to insert a ThreadPool functoin 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)?
  2. Is there a way to wait to thread in the pool (like join)?

I have two questions:

  1. Is there a way to insert a ThreadPool functoin 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 -object) e.g i want to insert this function: double foo(int a,double b,string c)?
  2. Is there a way to wait to thread in the pool (like join)?

I have two questions:

  1. Is there a way to insert a threadPoolThreadPool functoin 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)?
  2. Is there a way to waitwait to thread in the pool (like join)?

I have two questions:

  1. Is there a way to insert a threadPool functoin 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)?
  2. Is there a way to wait to thread in the pool (like join)?

I have two questions:

  1. Is there a way to insert a ThreadPool functoin 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)?
  2. Is there a way to wait to thread in the pool (like join)?
added 136 characters in body
Source Link
aharon
  • 7.6k
  • 10
  • 40
  • 50

I have two questions:

  1. Is there a way to insert a threadPool functoin that dosen't gets object as parameter  (eto 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))?
  2. Is there a way to wait to thread in the pool (like join)?

I have two questions:

  1. Is there a way to insert a threadPool functoin that dosen't gets object as parameter  (e.g double foo(int a,doble,b,string c))?
  2. Is there a way to wait to thread in the pool (like join)?

I have two questions:

  1. Is there a way to insert a threadPool functoin 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)?
  2. Is there a way to wait to thread in the pool (like join)?
edited tags
Link
Tomasz Nurkiewicz
  • 342.1k
  • 72
  • 713
  • 680
Loading
Source Link
aharon
  • 7.6k
  • 10
  • 40
  • 50
Loading