Uses of Class
com.offbynull.coroutines.user.CoroutineRunner
Packages that use CoroutineRunner
-
Uses of CoroutineRunner in com.offbynull.coroutines.user
Methods in com.offbynull.coroutines.user that return CoroutineRunnerModifier and TypeMethodDescriptionCoroutineReader.read
(byte[] data) Deserializes aCoroutineRunner
object from a byte array.CoroutineReader.reconstruct
(SerializedState state) Reconstructs aCoroutineRunner
object from a serializable state.Methods in com.offbynull.coroutines.user with parameters of type CoroutineRunnerModifier and TypeMethodDescriptionCoroutineWriter.deconstruct
(CoroutineRunner runner) Deconstructs aCoroutineRunner
object to a serializable state.byte[]
CoroutineWriter.write
(CoroutineRunner runner) Serializes aCoroutineRunner
object as a byte array.