QueueOverflowPolicy

Queue overflow handling policy when pending operations reach the limit.

대기 연산이 한도에 도달했을 때 적용하는 오버플로 정책입니다.

Entries

Link copied to clipboard

Drop the new incoming operation and keep existing ones.

새로 들어온 연산을 버리고 기존 큐를 유지합니다.

Link copied to clipboard

Drop the oldest pending operation and enqueue the new one.

가장 오래된 대기 연산을 버리고 새 연산을 추가합니다.

Link copied to clipboard

Clear all pending operations and enqueue the new one.

모든 대기 연산을 비우고 새 연산만 추가합니다.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

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.