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!
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!