Package | Description |
---|---|
edu.rice.hj.continuation |
Continuations Library for Coroutine support in Java.
|
edu.rice.hj.runtime.baseruntime |
Modifier and Type | Field and Description |
---|---|
static YieldReason<Void> |
YieldReason.NO_REASON |
protected YieldReason |
Coroutine.reason |
Modifier and Type | Method and Description |
---|---|
YieldReason |
Coroutine.getReason() |
Modifier and Type | Method and Description |
---|---|
static void |
CoroutineHelper.yieldWithReason(YieldReason yieldReason)
Suspend the currently running Coroutine on the calling thread.
|
Modifier and Type | Class and Description |
---|---|
static class |
SuspendableUtilities.AbortYieldReason |
static class |
SuspendableUtilities.DdcYieldReason |
Copyright © 2015 Rice University - Department of Computer Science. All rights reserved.