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

com.github.phantomthief.pool.impl.ConcurrencyInfo Maven / Gradle / Ivy

There is a newer version: 0.1.19
Show newest version
package com.github.phantomthief.pool.impl;

/**
 * @author w.vela
 * Created on 2017-10-20.
 */
public interface ConcurrencyInfo {

    int currentConcurrency();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy