|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjyield.Continuation
public abstract class Continuation
Constructor Summary | |
---|---|
Continuation()
|
Method Summary | |
---|---|
abstract boolean |
isDone()
|
static ContinuationContext |
join(Continuation other)
|
abstract boolean |
resume()
|
static ContinuationContext |
suspend()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Continuation()
Method Detail |
---|
public static ContinuationContext suspend()
public abstract boolean isDone()
public static ContinuationContext join(Continuation other)
public abstract boolean resume()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |