UNPAUSING

UNPAUSING(true, false, { setOf(RUNNING) })

The fiber was PAUSED, but the attached AvailDebuggerModel is attempting (while holding the fiber's lock) to queue an AvailTask which will make it execute.

Functions

Link copied to clipboard
fun mayTransitionTo(newState: FiberDescriptor.ExecutionState): Boolean

Determine if this is a valid successor state.

Properties

Link copied to clipboard
val indicatesSuspension: Boolean
Link copied to clipboard
val indicatesTermination: Boolean
Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int