kit icon indicating copy to clipboard operation
kit copied to clipboard

Adds FIFO concurrent lock & generic concurrent Slice

Open JoshVanL opened this issue 1 year ago • 0 comments

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.

JoshVanL avatar Oct 09 '24 21:10 JoshVanL