Tagged Questions

1
vote
1answer
521 views

ThreadPool is to Executor like Polling is to?

Java's Executor is (as far as I understand it) an abstraction over the ThreadPool concept - something that can accept and carry out (execute) tasks. I'm looking for a similar exception for the ...