Interface SchedulerMultiWorkerSupport.WorkerCallback

    • Method Detail

      • onWorker

        void onWorker​(int index,
                      @NonNull
                      Scheduler.Worker worker)
        Called with the Worker index and instance.
        Parameters:
        index - the worker index, zero-based
        worker - the worker instance