UnmodifiableCollectiveSetAsync<E> constructor

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

Creates an async wrapper for an unmodifiable set.

Implementation

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