Skip to content

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.

Notifications You must be signed in to change notification settings

vinayf/JobAffinityThreadPool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

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.

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages