CollectiveQueueAsync<E> constructor

const CollectiveQueueAsync<E>(
  1. CollectiveQueue<E> collective
)

Creates an async variant of CollectiveQueue for modifiable methods.

Typically accessed via the CollectiveQueue.async getter rather than constructed directly.

Implementation

const CollectiveQueueAsync(super.collective);