Description
ThreadPoolManager contains a ConcurrentHashMap that maps from a pool name to an ExecutorService. Unfortunately the map never gets populated. It's always empty.
I need this because I want to use a specific ExecutorService with @Futureable.