setQueuePolicy

fun setQueuePolicy(maxPending: Int, overflowPolicy: QueueOverflowPolicy)

Sets queue overflow policy and max pending size.

큐 오버플로 정책과 최대 대기 크기를 설정합니다.

Parameters

maxPending

Maximum number of pending operations allowed.

허용되는 최대 대기 연산 수입니다.

overflowPolicy

Overflow handling policy when queue is full.

큐가 가득 찼을 때 적용할 오버플로 정책입니다.