Uses of Interface
com.offbynull.coroutines.user.Coroutine
-
Packages that use Coroutine Package Description com.offbynull.coroutines.user User-level classes for coroutines. -
-
Uses of Coroutine in com.offbynull.coroutines.user
Fields in com.offbynull.coroutines.user declared as Coroutine Modifier and Type Field Description private Coroutine
CoroutineRunner. coroutine
private Coroutine
SerializedState. coroutine
Methods in com.offbynull.coroutines.user that return Coroutine Modifier and Type Method Description Coroutine
CoroutineRunner. getCoroutine()
Get the coroutine assigned to this runner.Coroutine
SerializedState. getCoroutine()
Get coroutine.Constructors in com.offbynull.coroutines.user with parameters of type Coroutine Constructor Description CoroutineRunner(Coroutine coroutine)
Constructs aCoroutineRunner
object.CoroutineRunner(Coroutine coroutine, Continuation continuation)
SerializedState(Coroutine coroutine, java.lang.Object context, SerializedState.VersionedFrame[] frames)
Constructs aSerializedState
object.
-