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

org.unidal.concurrent.internals.ThreadWorker Maven / Gradle / Ivy

The newest version!
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