Categorygithub.com/codingconcepts/ring
modulepackage
0.0.0-20240125133104-23e758eb5030
Repository: https://github.com/codingconcepts/ring.git
Documentation: pkg.go.dev

# README

ring

A wrapper over container/ring that adds thread-safety and helper functions.

# Functions

New returns a pointer to a new instance of Ring.

# Structs

Ring wraps container/ring and adds thread-safety and helper functions.