This module provides concurrent implementations of common data structures.
Provided data structures are:
Implementations may be obtained by the factory:
final Stack stack = Concurrent.newStack(); final Queue queue = Concurrent.newQueue();