Package java.dyn
Class Coroutine
java.lang.Object
java.dyn.CoroutineBase
java.dyn.Coroutine
Mock version of same class from Lukas Stadler's coro work.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CoroutineBase
current()
protected void
run()
static void
-
Constructor Details
-
Coroutine
public Coroutine()
-
-
Method Details
-
current
-
yieldTo
-
run
protected void run()
-