unmodifiable property

  1. @override
CollectiveQueue<E> get unmodifiable
override

Creates an unmodifiable view of this cell.

Returns a cell that:

  • Shares the same internal state
  • Blocks all mutating operations
  • Maintains all existing synapses

Implementation

@override
CollectiveQueue<E> get unmodifiable;