Package | Description |
---|---|
org.apache.commons.javaflow.api |
Modifier and Type | Method and Description |
---|---|
static Continuation |
Continuation.continueWith(Continuation continuation)
Deprecated.
|
static Continuation |
Continuation.continueWith(Continuation continuation,
Object value)
Deprecated.
|
Continuation |
Continuation.resume()
Resumes the execution of the specified continuation from where it's left off.
|
Continuation |
Continuation.resume(Object value)
Resumes the execution of the specified continuation from where it's left off
and creates a new continuation representing the new state.
|
protected Continuation |
Continuation.resumeWith(ResumeParameter param) |
static Continuation |
Continuation.startSuspendedWith(Runnable target)
Creates a new
Continuation object from the specified Runnable
object. |
static Continuation |
Continuation.startWith(Runnable target)
|
static Continuation |
Continuation.startWith(Runnable target,
Object pContext)
|
Modifier and Type | Method and Description |
---|---|
static Continuation |
Continuation.continueWith(Continuation continuation)
Deprecated.
|
static Continuation |
Continuation.continueWith(Continuation continuation,
Object value)
Deprecated.
|
Copyright © 2018. All rights reserved.