Skip to content

    array-queue

    Created by
    wolfram77
    wolfram77

    Array queue is a bounded lock-based FIFO queue using an array. It uses 2 separate locks for head and tail.