Class Synchronizer

java.lang.Object
dev.engine_room.flywheel.lib.task.Synchronizer
All Implemented Interfaces:
Runnable

public final class Synchronizer extends Object implements Runnable
  • Constructor Details

    • Synchronizer

      public Synchronizer(int countDown, Runnable onCompletion)
  • Method Details

    • decrementAndEventuallyRun

      public void decrementAndEventuallyRun()
    • run

      public void run()
      Specified by:
      run in interface Runnable