Package com.blacklocus.jres.util

Examples of com.blacklocus.jres.util.DaemonThreadFactory


        this.targetIndex = targetIndex;
        this.targetType = targetType;
        this.jres = jres;

        this.executorService = new ThreadPoolExecutor(
                2, 2, 1, TimeUnit.SECONDS, new SynchronousQueue<Runnable>(), new DaemonThreadFactory()
        );

        this.q = new SynchronousQueue<FuturedDocument>(true);
    }
View Full Code Here

TOP

Related Classes of com.blacklocus.jres.util.DaemonThreadFactory

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.