Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Ring ¶
type Ring struct {
// contains filtered or unexported fields
}
Thread-safe ring buffer implementation NOTE: items in the buffer are not guaranteed to be available in insertion order (i.e. an item in an earlier ring position may become available after an later item). Eventual consistency should follow.
Click to show internal directories.
Click to hide internal directories.