async property
Creates an async variant for modifiable operations
Implementation
@override
CollectiveQueueAsync<E> get async => UnmodifiableCollectiveQueueAsync<E>(this);
Creates an async variant for modifiable operations
@override
CollectiveQueueAsync<E> get async => UnmodifiableCollectiveQueueAsync<E>(this);