Interface SuspendableRunnable

  • All Superinterfaces:
    java.io.Serializable

    public interface SuspendableRunnable
    extends java.io.Serializable
    This interface can represent any operation that may suspend the currently executing Strand (i.e. thread or fiber). This is just like a Runnable, only suspendable.