SynchronizationFlag

The synchronization flags. The flags declared as enumeration values within this enum are for synchronization-related conditions.

Entries

Link copied to clipboard
PERMIT_UNAVAILABLE(Flag.PERMIT_UNAVAILABLE)

The parking permit is unavailable.

Link copied to clipboard
SCHEDULED(Flag.SCHEDULED)

The fiber has been scheduled for resumption.

Link copied to clipboard
BOUND(Flag.BOUND)

The fiber is bound to an interpreter.

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