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 CoroutineCoroutineRunner. coroutineprivate CoroutineSerializedState. coroutineMethods in com.offbynull.coroutines.user that return Coroutine Modifier and Type Method Description CoroutineCoroutineRunner. getCoroutine()Get the coroutine assigned to this runner.CoroutineSerializedState. getCoroutine()Get coroutine.Constructors in com.offbynull.coroutines.user with parameters of type Coroutine Constructor Description CoroutineRunner(Coroutine coroutine)Constructs aCoroutineRunnerobject.CoroutineRunner(Coroutine coroutine, Continuation continuation)SerializedState(Coroutine coroutine, java.lang.Object context, SerializedState.VersionedFrame[] frames)Constructs aSerializedStateobject.
-