UnmodifiableCollectiveSetAsync<E> constructor
const
UnmodifiableCollectiveSetAsync<E> (
- CollectiveSet<
E> collective
Creates an async wrapper for an unmodifiable set.
Implementation
const UnmodifiableCollectiveSetAsync(super.collective) : super();