Thread Pool

Turkish equivalent: Thread havuzuDomain: Concurrency

A managed set of reusable worker threads used to execute submitted tasks without creating a new platform thread for every unit of work.

  • Virtual Thread
  • Work Stealing
  • Queueing Theory
  • Bulkhead Pattern