When to use ThreadPool

  • Thread starter Thread starter Tony Johansson
  • Start date Start date
T

Tony Johansson

Hi!

Here is some text from e-learning. What does it mean when the text says
"don't require scheduling of your thread's execution" ?
*ThreadPool class is best suited for use when your threads are performing
short tasks or when you don't require scheduling of your thread's
execution.*

//Tony
 
Back
Top