mayTransitionTo

fun mayTransitionTo(newState: FiberDescriptor.ExecutionState): Boolean

Determine if this is a valid successor state.

Return

Whether the transition is permitted.

Parameters

newState

The proposed successor state.