CollectiveSetAsync<E> constructor

const CollectiveSetAsync<E>(
  1. CollectiveSet<E> collective
)

Creates an async wrapper for CollectiveSet modifiable interfaces.

Implementation

const CollectiveSetAsync(super.collective);