org.nd4j.jita.allocator.time.TimeProvider Maven / Gradle / Ivy
package org.nd4j.jita.allocator.time;
/**
* @author [email protected]
*/
public interface TimeProvider {
/**
* This methods returns time in some, yet unknown, quants.
*
*
* @return
*/
long getCurrentTime();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy