|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Continuation | |
org.apache.commons.javaflow |
Uses of Continuation in org.apache.commons.javaflow |
Methods in org.apache.commons.javaflow that return Continuation | |
static Continuation |
Continuation.startSuspendedWith(java.lang.Runnable target)
Creates a new Continuation object from the specified Runnable
object. |
static Continuation |
Continuation.startWith(java.lang.Runnable target)
Starts executing the specified Runnable object in an environment
that allows suspend() . |
static Continuation |
Continuation.startWith(java.lang.Runnable target,
java.lang.Object context)
Starts executing the specified Runnable object in an environment
that allows suspend() . |
static Continuation |
Continuation.continueWith(Continuation resumed)
Resumes the execution of the specified continuation from where it's left off. |
static Continuation |
Continuation.continueWith(Continuation resumed,
java.lang.Object context)
Resumes the execution of the specified continuation from where it's left off. |
Methods in org.apache.commons.javaflow with parameters of type Continuation | |
static Continuation |
Continuation.continueWith(Continuation resumed)
Resumes the execution of the specified continuation from where it's left off. |
static Continuation |
Continuation.continueWith(Continuation resumed,
java.lang.Object context)
Resumes the execution of the specified continuation from where it's left off. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |