Adds value at the end of the queue.
Sync CollectiveQueue returns void Async CollectiveQueue returns Future<void>
Future<void>
add(E value);