Interface BlockingRunnable

All Superinterfaces:
Runnable

public interface BlockingRunnable extends Runnable
A special Runnable that is only sent to a thread when it is ready to be executed without blocking the thread

Used in org.infinispan.util.concurrent.BlockingTaskAwareExecutorService

Since:
5.3
Author:
Pedro Ruivo
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     

    Methods inherited from interface java.lang.Runnable

    run
  • Method Details

    • isReady

      boolean isReady()
      Returns:
      true if this Runnable is ready to be executed without blocking