kit
kit copied to clipboard
Adds FIFO concurrent lock & generic concurrent Slice
Adds a new concurrency/fifo package which implements a fifo mutex, as well as a concurrently safe comparable indexed map of fifo mutexes.
Adds a simple generic concurrently safe slice implementation, which can currently only grow.
Moves the map generic implementations in /concurrency to /concurrency/cmap.