Package io.deephaven.base.queue
package io.deephaven.base.queue
-
ClassDescriptionCommon interface for LockFreeArrayQueue and variants.Basis for LIFO, FIFO, Pool, and variantsMust implement at least: Multiple threads may call consume(), one thread may call produce()Must implement at least: Multiple threads may call produce(), one thread may call consume()Must implement at least: Multiple threads may call produce(), multiple threads may call consume()Must implement at least: One thread may call produce(), one thread may call consume()