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

com.emc.mongoose.common.concurrent.SvcTask Maven / Gradle / Ivy

The newest version!
package com.emc.mongoose.common.concurrent;

import java.io.Closeable;

/**
 Created by andrey on 19.04.17.
 */
public interface SvcTask
extends Closeable, Runnable {

	int TIMEOUT_MILLIS = 250;

	boolean isClosed();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy