Package io.activej.csp.queue
package io.activej.csp.queue
-
ClassDescriptionRepresents a queue of elements which you can
putandtake.ChannelQueue<T>Represents a queue of elements, which you canputortaketo pass fromChannelConsumertoChannelSupplier.Represents a buffer of zero capacity and stores only one value.