com.github.phantomthief.pool.impl.ConcurrencyInfo Maven / Gradle / Ivy
package com.github.phantomthief.pool.impl;
/**
* @author w.vela
* Created on 2017-10-20.
*/
public interface ConcurrencyInfo {
int currentConcurrency();
}
package com.github.phantomthief.pool.impl;
/**
* @author w.vela
* Created on 2017-10-20.
*/
public interface ConcurrencyInfo {
int currentConcurrency();
}