All Packages Class Hierarchy
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
_
Index of all Fields and Methods
- body().
Method in class javaCoroutine.Coroutine
- The actions of this coroutine.
- call(Coroutine).
Static method in class javaCoroutine.Coroutine
- Calls the specified coroutine and suspends the currently
executing coroutine.
- Coroutine().
Constructor for class javaCoroutine.Coroutine
-
- currentCoroutine().
Static method in class javaCoroutine.Coroutine
- Returns the currently operating coroutine.
- detach().
Static method in class javaCoroutine.Coroutine
- Detaches the specified coroutine.
- mainCoroutine().
Static method in class javaCoroutine.Coroutine
- Returns the main coroutine.
- resume(Coroutine).
Static method in class javaCoroutine.Coroutine
- Resumes the specified coroutine and suspends the currently
executing coroutine.
- terminated.
Variable in class javaCoroutine.Coroutine
- A boolean flag used to inform the associated coroutine
whether or not its body should terminate.