Package eu.javaspecialists.tjsn.concurrency.stripedexecutor
-
Interface Summary Interface Description StripedCallable<V> All of the Callables in the same "Stripe" will be executed consecutively.StripedObject Used to indicate which "stripe" this Runnable or Callable belongs to.StripedRunnable All of the Runnables in the same "Stripe" will be executed consecutively. -
Class Summary Class Description StripedExecutorService The StripedExecutorService accepts Runnable/Callable objects that also implement the StripedObject interface.