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

B

body(). Method in class javaCoroutine.Coroutine
The actions of this coroutine.

C

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.

D

detach(). Static method in class javaCoroutine.Coroutine
Detaches the specified coroutine.

M

mainCoroutine(). Static method in class javaCoroutine.Coroutine
Returns the main coroutine.

R

resume(Coroutine). Static method in class javaCoroutine.Coroutine
Resumes the specified coroutine and suspends the currently executing coroutine.

T

terminated. Variable in class javaCoroutine.Coroutine
A boolean flag used to inform the associated coroutine whether or not its body should terminate.