InterruptRequestFlag

The advisory interrupt request flags. The flags declared as enumeration values within this enum are the interrupt request flags.

Entries

Link copied to clipboard
REIFICATION_REQUESTED(Flag.REIFICATION_REQUESTED)

Another fiber wants to know what this fiber's reified continuation is.

Link copied to clipboard
TERMINATION_REQUESTED(Flag.TERMINATION_REQUESTED)

Termination of the target fiber has been requested.

Properties

Link copied to clipboard
open override val flag: FiberDescriptor.Flag

The Flag that this enum represents.

Link copied to clipboard
open val mask: Int
Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int