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 CoroutineCoroutineRunner.coroutineprivate final CoroutineSerializedState.coroutineMethods 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 aCoroutineRunnerobject.(package private)CoroutineRunner(Coroutine coroutine, Continuation continuation) SerializedState(Coroutine coroutine, Object context, SerializedState.VersionedFrame[] frames) Constructs aSerializedStateobject.