Package com.aquima.interactions.foundation.concurrent
-
Interface Summary Interface Description Interruptible Represents an object which performs a computation that may be interrupted. -
Exception Summary Exception Description InterruptedException Exception thrown when the execution of anInterruptible
object is interrupted, typically from another thread.