Class OrderedGenericCallback<T>

    • Constructor Detail

      • OrderedGenericCallback

        public OrderedGenericCallback​(OrderedExecutor executor,
                                      long orderingKey)
        Parameters:
        executor - The executor on which to run the callback
        orderingKey - Key used to decide which thread the callback should run on.