Lock-free bounded queue on an array, aka ring buffer, based on Michael-Scott algorithm. It does not require memory management internally to avoid the ABA problem. Fixed closing of queue. For a queue ...