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

Termination of the target fiber has been requested.

Link copied to clipboard

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

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
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.