PriorityField

class PriorityField<T>(value: T, currentPriority: Priority)

Returns the value of the set operation with the highest priority

Constructors

Link copied to clipboard
constructor(value: T, currentPriority: Priority)

Properties

Link copied to clipboard
var value: T

Functions

Link copied to clipboard
fun trySet(value: T, priority: Priority)