public class Coroutine extends CoroutineBase
| Constructor and Description |
|---|
Coroutine() |
| Modifier and Type | Method and Description |
|---|---|
static CoroutineBase |
current() |
protected void |
run() |
static void |
yieldTo(Coroutine coro) |
public static CoroutineBase current()
public static void yieldTo(Coroutine coro)
protected void run()
Copyright © 2021. All rights reserved.