Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 206 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 206 Bytes

JobAffinityThreadPool

A sample Thread Pool that executes a given set of jobs. This thread pool has Job Affinity all the jobs given to thread pool with the same job id will be executed by the same thread.