Definify.com

Definition 2024


thread_pool_pattern

thread pool pattern

English

Noun

thread pool pattern (plural thread pool patterns)

  1. (computing) A concurrency design pattern, where a number of threads are created to perform a number of tasks that are usually organized in a queue.

See also