Package groovyx.gpars.scheduler

Examples of groovyx.gpars.scheduler.ResizeablePool


     *
     * @return A thread pool instance to use for default parallel groups (actors, dataflow)
     */
    public static Pool retrieveDefaultPool() {
        if (poolFactory != null) return poolFactory.createPool();
        return new ResizeablePool(true, 1);
    }
View Full Code Here

TOP

Related Classes of groovyx.gpars.scheduler.ResizeablePool

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.