CollectiveQueueAsync<E> constructor
const
CollectiveQueueAsync<E> (
- 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);