UnmodifiableCollectiveValueAsync<V> constructor

const UnmodifiableCollectiveValueAsync<V>(
  1. CollectiveValue<V> collective
)

Creates an async wrapper around an unmodifiable CollectiveValue.

Implementation

const UnmodifiableCollectiveValueAsync(super.collective) : super();