UnmodifiableCollectiveQueueAsync<E> constructor

const UnmodifiableCollectiveQueueAsync<E>(
  1. 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();