Class OrderingExecutor


  • public final class OrderingExecutor
    extends Object
    Special executor which can order the tasks if a common key is given. Runnables submitted with non-null key will guaranteed to run in order for the same key.