folly::LockFreeRingBuffer::Cursor::Cursor

Constructs a cursor pointing at the given write ticket.

Synopsis

Declared in <folly/concurrency/container/LockFreeRingBuffer.h>

explicit
Cursor(uint64_t initialTicket) noexcept;

Parameters

NameDescription
initialTicketThe ticket the cursor initially points to.