UnmodifiableCollectiveValueAsync<V> constructor
const
UnmodifiableCollectiveValueAsync<V> (
- CollectiveValue<
V> collective
Creates an async wrapper around an unmodifiable CollectiveValue.
Implementation
const UnmodifiableCollectiveValueAsync(super.collective) : super();