public interface InterruptibleCallable<T> extends java.util.concurrent.Callable<T>
void
interrupt()
boolean
isCompleted()
call
void interrupt()
boolean isCompleted()