Uses of Enum Class
java.lang.Continuation.PreemptStatus
Packages that use Continuation.PreemptStatus
Package
Description
Provides classes that are fundamental to the design of the Java
programming language.
-
Uses of Continuation.PreemptStatus in java.lang
Methods in java.lang that return Continuation.PreemptStatusModifier and TypeMethodDescriptionContinuation.tryPreempt(Thread thread)
TBD Subclasses may throw anUnsupportedOperationException
, but this does not prevent the continuation from being preempted on a parent scope.static Continuation.PreemptStatus
Returns the enum constant of this class with the specified name.static Continuation.PreemptStatus[]
Continuation.PreemptStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared.