CollectiveListAsync<E> constructor

const CollectiveListAsync<E>(
  1. CollectiveList<E> collective
)

Creates an async callable wrapper for a CollectiveList.

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

Implementation

const CollectiveListAsync(super.collective);