async property
Creates an async version of this set for modifiable operations.
Implementation
@override
CollectiveSetAsync<E> get async => CollectiveSetAsync<E>(this);
Creates an async version of this set for modifiable operations.
@override
CollectiveSetAsync<E> get async => CollectiveSetAsync<E>(this);