async property
Creates an async variant for modifiable operations
Implementation
@override
CollectiveValueAsync<V> get async => CollectiveValueAsync<V>(this);
Creates an async variant for modifiable operations
@override
CollectiveValueAsync<V> get async => CollectiveValueAsync<V>(this);