Select Git revision
thread_pool.cpp
-
rationale: a minimum thread pool size of N allows up to N dependent tasks to block on each other without resulting in a deadlock on monothread systems, while limiting the number of concurrent running tasks. Ring currently uses up to two dependent tasks with ThreadPool. Change-Id: I66ec6ebb64ee4e1fb84af2db9aa465c62e08eadd
rationale: a minimum thread pool size of N allows up to N dependent tasks to block on each other without resulting in a deadlock on monothread systems, while limiting the number of concurrent running tasks. Ring currently uses up to two dependent tasks with ThreadPool. Change-Id: I66ec6ebb64ee4e1fb84af2db9aa465c62e08eadd
Code owners
Assign users and groups as approvers for specific file changes. Learn more.