poll

fun <T> Queue<T>.poll(amount: Int): List<T?>

Polls amount items from this Queue.