Class Task.Yield

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.oracle.coherence.concurrent.executor.Task.Yield
All Implemented Interfaces:
Serializable
Enclosing interface:
Task<T>

public static class Task.Yield extends Exception
An exception signalling the execution of a Task by an Executor is to be suspended and resumed at some later point in time, typically by the same Executor.
See Also: