Uses of Interface
com.offbynull.coroutines.user.Coroutine
Packages that use Coroutine
-
Uses of Coroutine in com.offbynull.coroutines.user
Fields in com.offbynull.coroutines.user declared as CoroutineModifier and TypeFieldDescriptionprivate Coroutine
CoroutineRunner.coroutine
private final Coroutine
SerializedState.coroutine
Methods in com.offbynull.coroutines.user that return CoroutineModifier and TypeMethodDescriptionCoroutineRunner.getCoroutine()
Get the coroutine assigned to this runner.SerializedState.getCoroutine()
Get coroutine.Constructors in com.offbynull.coroutines.user with parameters of type CoroutineModifierConstructorDescriptionCoroutineRunner
(Coroutine coroutine) Constructs aCoroutineRunner
object.(package private)
CoroutineRunner
(Coroutine coroutine, Continuation continuation) SerializedState
(Coroutine coroutine, Object context, SerializedState.VersionedFrame[] frames) Constructs aSerializedState
object.