addLast abstract method

dynamic addLast(
  1. E value
)

Adds value at the end of the queue.

Sync CollectiveQueue returns void Async CollectiveQueue returns Future<void>

Implementation

addLast(E value);