concurrency utils

Java Concurrency Series - another Executor example

Average: 4 (1 vote)

In an earlier article on Executor, we looked at how we can create use the executor to create thread pools to manage our multi-threaded program. We shall continue to explore additional features of this class.
Here we will extend the ThreadPooledExecutor class and provide our implementation to replace the empty implementation.

Syndicate content