com.barchart.util.thread.ExecutorCallable Maven / Gradle / Ivy
/**
* Copyright (C) 2011-2012 Barchart, Inc.
*
* All rights reserved. Licensed under the OSI BSD License.
*
* http://www.opensource.org/licenses/bsd-license.php
*/
package com.barchart.util.thread;
import java.util.concurrent.Callable;
import java.util.concurrent.Future;
public interface ExecutorCallable {
Future submit(Callable task);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy