Tagged Questions
0
votes
0answers
194 views
Wrapping ExecutorService to provide custom execution
I want to write a reusable piece of code to allow waiting conditions while submitting tasks to an executor service. There are alot of implementaions for neat ways of blocking if too many tasks are ...