168169170171172173174175
} Executor executor = new ThreadPoolExecutor( core_pool_size, Integer.MAX_VALUE, keep_alive_time, TimeUnit.MILLISECONDS, new SynchronousQueue<>(), new NamingThreadFactory( "ListenerSupport Notifier", true ) ); return executor( executor ); }