All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.weibo.rill.flow.interfaces.executor.ThreadPoolHolder Maven / Gradle / Ivy

There is a newer version: 0.1.18
Show newest version
package com.weibo.rill.flow.interfaces.executor;

import lombok.Getter;

import java.util.concurrent.Executors;
import java.util.concurrent.ThreadPoolExecutor;

public class ThreadPoolHolder {
    @Getter
    private static final ThreadPoolExecutor threadPoolExecutor = (ThreadPoolExecutor) Executors.newFixedThreadPool(50);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy