Package | Description |
---|---|
edu.rice.hj.continuation |
Continuations Library for Coroutine support in Java.
|
edu.rice.hj.runtime.baseruntime |
Modifier and Type | Method and Description |
---|---|
protected static Coroutine |
Coroutine.getActiveCoroutine()
Returns the active Coroutine on this thread or NULL if no coroutine is running.
|
Modifier and Type | Field and Description |
---|---|
protected Coroutine |
SuspendableActivity.coroutine
Task supporting a continuation.
|
Copyright © 2015 Rice University - Department of Computer Science. All rights reserved.