add abstract method

dynamic add(
  1. E value
)

Adds value at the end of the queue.

Sync CollectiveQueue returns void Async CollectiveQueue returns Future<void>

Implementation

add(E value);