UnmodifiableCollectiveQueueAsync<E> constructor
const
UnmodifiableCollectiveQueueAsync<E> (
- CollectiveQueue<
E> collective
Creates an async interface for an unmodifiable queue.
Typically accessed via UnmodifiableCollectiveQueue.async rather than constructed directly.
Implementation
const UnmodifiableCollectiveQueueAsync(super.collective) : super();