Represents a callback function used in the writeCallback method of the RingBuffer class. This callback is responsible for writing data to two separate storage buffers.
The first storage buffer as a typed array.
The second storage buffer as a typed array.
The number of elements that have been written to the storage buffers.
Represents a callback function used in the writeCallback method of the RingBuffer class. This callback is responsible for writing data to two separate storage buffers.