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 CoroutineBasecurrent()protected voidrun()static void
-
Constructor Details
-
Coroutine
public Coroutine()
-
-
Method Details
-
current
-
yieldTo
-
run
protected void run()
-