Interface SequentialExecutorPlus

    • Method Detail

      • atLeastOnceTrigger

        SequentialExecutorPlus.AtLeastOnceTrigger atLeastOnceTrigger​(java.lang.Runnable runnable)
        Return an object for orchestrating the execution of this task at least once (in its entirety) after the trigger is invoked, i.e. saturating the number of pending tasks at 1 (2 including any possibly executing at the time of invocation)