createQueue

open fun <T> createQueue(size: Int): Queue<T>

Creates a java.util.Queue of the given size using Glide's preferred implementation.