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