Uses of Package
com.offbynull.coroutines.user
-
Packages that use com.offbynull.coroutines.user Package Description com.offbynull.coroutines.instrumenter Coroutine instrumentation classes.com.offbynull.coroutines.user User-level classes for coroutines. -
Classes in com.offbynull.coroutines.user used by com.offbynull.coroutines.instrumenter Class Description LockState Do not use -- for internal use only.MethodState Do not use -- for internal use only. -
Classes in com.offbynull.coroutines.user used by com.offbynull.coroutines.user Class Description Continuation This class is used to store and restore the execution state.Coroutine Interface to identify a coroutine.CoroutineReader.CoroutineDeserializer Coroutine deserializer.CoroutineRunner Used to execute aCoroutine
.CoroutineWriter.CoroutineSerializer Coroutine serializer.LockState Do not use -- for internal use only.MethodState Do not use -- for internal use only.SerializationUtils.FrameUpdatePointKey SerializationUtils.FrameUpdatePointValue SerializedState CoroutineRunner
's state translated for serialization.SerializedState.Data Data bundle.SerializedState.Frame MethodState
's andLockState
's state translated for serialization.SerializedState.FrameInterceptPoint Frame intercept point.SerializedState.FrameModifier Frame modifier.SerializedState.FrameUpdatePoint Frame update point.SerializedState.VersionedFrame Collection ofSerializedState.Frame
s that are for different versions of the same method and continuation point combination.