org.unidal.concurrent.internals.ThreadWorker Maven / Gradle / Ivy
package org.unidal.concurrent.internals;
import org.unidal.helper.Threads.Task;
public interface ThreadWorker extends Task {
public long getAndResetCount();
public int getAndResetCostInMillis();
} © 2015 - 2025 Weber Informatics LLC | Privacy Policy