Java Thread Pool - Using same thread to execute similar tasks

628 views Asked by At

I am looking for a way to have a java thread pool in which runnable tasks with same id should be processed by the same thread always.

Any help in this regard is greatly appreciated. Thank you!

0

There are 0 answers