Constructs a ring buffer holding the given number of writes.
Declared in <folly/concurrency/container/LockFreeRingBuffer.h>
explicit
LockFreeRingBuffer(uint32_t capacity) noexcept;
| Name | Description |
|---|---|
| capacity | The number of slots retained in the buffer. |