# Functions
NewConcurrentMap creates a new ConcurrentMap.
NewConcurrentQueue creates a new ConcurrentQueue.
NewConcurrentSet creates a new ConcurrentSet.
NewCounter creates a new Counter.
NewSemaphore creates a new Semaphore.
NewWorkerPool creates a new WorkerPool.
# Structs
ConcurrentMap is a thread-safe Map implementation.
ConcurrentQueue is a simple thread-safe queue.
ConcurrentSet is a thread-safe Set implementation.
Counter is a thread-safe counter.
Semaphore is a simple semaphore implementation.
WorkerPool is a simple worker pool implementation.