Package com.starlight.thread

Examples of com.starlight.thread.NamingThreadFactory


      }

      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 );
    }
View Full Code Here

TOP

Related Classes of com.starlight.thread.NamingThreadFactory

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.